pg_dump more than one table in one command? - Mailing list pgsql-sql

From Emi Lu
Subject pg_dump more than one table in one command?
Date
Msg-id 48EA7CFA.3060609@encs.concordia.ca
Whole thread Raw
Responses Re: pg_dump more than one table in one command?  ("Harold A. Giménez Ch." <harold.gimenez@gmail.com>)
List pgsql-sql
Good morning,

Under postgreSQL 8.0, could someone tell me how to pg_dump more than one 
tables at the same time please?

I tried to do something like:

pg_dump -h machineName -U username --inserts --column-inserts 
--file=dump.sql --table=t1 t2 ... ...tN -d databaseName ;

Thanks a lot!


pgsql-sql by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: Re: many-to-many relationship
Next
From: "Harold A. Giménez Ch."
Date:
Subject: Re: pg_dump more than one table in one command?