Re: [GENERAL] pg_dump to include multiple tables

2007-06-25 Thread Michael Glaesemann
On Jun 19, 2007, at 0:40 , cha wrote: I want to dump the database by using pg_dump command but the problem is the version at the server is 7.4 which doesn't support the provision for excluding tables as in version 8.2. The v8.2 pg_dump will be able to dump data from the v7.4 server, so u

[GENERAL] pg_dump to include multiple tables

2007-06-25 Thread cha
Hi All, I want to dump the database by using pg_dump command but the problem is the version at the server is 7.4 which doesn't support the provision for excluding tables as in version 8.2. There are 500+ tables in the database,from which 15-20 are of huge sizes.I want to exclude them.Is there a