On Wed, May 30, 2001 at 02:59:16PM -0400, Mitch Vincent wrote:
> Why wouldn't pg_dump work? You can do pg_dump -t <tablename> <databasename>
> to dump just a single table.... If pg_dump fails for some reason, I'd say
> the developers would like to know as I'm sure it's not supposed to :-)
>
> Good luck!
>
> -Mitch
> >
Sorry for the confusion.
pg_dump works but I have to write
a shell script to dump each individual tables.
What I meant by it does not work is like this
pg_dump -t table1 table2 table3 database |bzip2 > database.du