Hi Hope this will help you out. Its has bothe pg_dump and pg_restore, with -t option
http://www.postgresql.org/docs/8.4/static/app-pgrestore.html Regards Raghavendra On Wed, Apr 14, 2010 at 8:33 PM, Scott Mead <[email protected]>wrote: > > On Wed, Apr 14, 2010 at 10:56 AM, akp geek <[email protected]> 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 >> > >
