Re: Backup the part of postgres database - Mailing list pgsql-general

From Adam Rich
Subject Re: Backup the part of postgres database
Date
Msg-id 068801c73853$f9d75bb0$6400a8c0@dualcore
Whole thread Raw
In response to Backup the part of postgres database  (roopa perumalraja <roopabenzer@yahoo.com>)
Responses Re: Backup the part of postgres database  (roopa perumalraja <roopabenzer@yahoo.com>)
List pgsql-general
Roopa,
You can use the command pg_dump to backup specific tables.   But you won't be able to
restrict the backup to specific rows.  (You can always create a separate table just for backups,
and dump just that table).
 
 
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of roopa perumalraja
Sent: Sunday, January 14, 2007 8:39 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Backup the part of postgres database

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.

pgsql-general by date:

Previous
From: roopa perumalraja
Date:
Subject: Backup the part of postgres database
Next
From: roopa perumalraja
Date:
Subject: Re: Backup the part of postgres database