Re: restore multiple tables postgres - Mailing list pgsql-general

From raghavendra t
Subject Re: restore multiple tables postgres
Date
Msg-id m2zbc7de5a31004140807m85225eco477ae4bb8800856a@mail.gmail.com
Whole thread Raw
In response to Re: restore multiple tables postgres  (Scott Mead <scott.lists@enterprisedb.com>)
List pgsql-general
Hi
 
Hope this will help you out. Its has bothe pg_dump and pg_restore, with -t option
 
Regards
Raghavendra

 
On Wed, Apr 14, 2010 at 8:33 PM, Scott Mead <scott.lists@enterprisedb.com> wrote:

On Wed, Apr 14, 2010 at 10:56 AM, akp geek <akpgeek@gmail.com> wrote:
Dear all -

        Can you please help me with this? Is there a way to restore multiples ( more than one table ) using a single command from a whole database dump that was created using pg_dump


Depends on exactly how you took the pg_dump.

  Did you use -F c or -F t?

--Scott
 

regards


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: auto vacuum
Next
From: Scott Mead
Date:
Subject: Re: restore multiple tables postgres