pg_dump schma while excluding specific table - Mailing list pgsql-general

From Tony Capobianco
Subject pg_dump schma while excluding specific table
Date
Msg-id 1320333402.1970.6.camel@tony1.localdomain
Whole thread Raw
Responses Re: pg_dump schma while excluding specific table  (Greg Williamson <gwilliamson39@yahoo.com>)
Re: pg_dump schma while excluding specific table  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
When I issue:

pg_dump newdb > /DUMPDIR/newdb.dmp -n dev -T corgi -w -v -F c 2> /DUMPDIR/newdb.log

I get a dump of the entire dev schema.  My goal is to dump the dev
schema minus the corgi table.  How can I adjust my script to perform
this function?

Thanks.


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Strange problem with create table as select * from table;
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Strange problem with create table as select * from table;