Re: Backup the part of postgres database

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "roopa perumalraja" <roopabenzer(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Backup the part of postgres database
Date: 2007-01-15 09:40:12
Message-ID: bf54be870701150140p32940b76y241078a9c4aba749@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)yahoo(dot)com> 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<http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/>with the free Yahoo!
> Toolbar.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan van der Weijde 2007-01-15 10:52:29 Performance with very large tables
Previous Message Philippe Lang 2007-01-15 07:08:28 Re: XEON familiy 5000, 5100 or 5300?