Re: Backup the part of postgres database

Поиск
Список
Период
Сортировка
От roopa perumalraja
Тема Re: Backup the part of postgres database
Дата
Msg-id 536908.92902.qm@web50813.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Backup the part of postgres database  ("Adam Rich" <adam.r@sbcglobal.net>)
Ответы Re: Backup the part of postgres database  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general

Hi Adam,
 
Thanks a lot for your immediate reply. can you please tell me how to use the command pg_dump to backup specific tables. Thanks a lot in advance.
 
Regards
Roopa

Adam Rich <adam.r@sbcglobal.net> wrote:
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.


Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Adam Rich"
Дата:
Сообщение: Re: Backup the part of postgres database
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Backup the part of postgres database