Search Postgresql Archives

Re: Backup the part of postgres database

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



COPY command might also help....

COPY (SELECT * FROM country WHERE country_name LIKE 'A%') TO '/usr1/proj/bray/sql/a_list_countries.copy';

Details can be found at --> http://www.postgresql.org/docs/current/static/sql-copy.html

------------------
Shoaib Mir
EnterpriseDB ( www.enterprisedb.com)

On 1/15/07, roopa perumalraja <roopabenzer@xxxxxxxxx> wrote:
Hi all,
 
Is it possible to back up only part of my database for example from tables which have data from April to July 2006, if so what will be the command for that.
 
Thanks a lot in advance
Roopa


It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux