pg_dump more than one table in one command?

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: pg_dump more than one table in one command?
Date: 2008-10-06 21:02:50
Message-ID: 48EA7CFA.3060609@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Harold A. Giménez Ch. 2008-10-06 21:24:17 Re: pg_dump more than one table in one command?
Previous Message Louis-David Mitterrand 2008-10-06 15:25:32 Re: many-to-many relationship