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

From Ioana Danes
Subject Re: pg_dump schma while excluding specific table
Date
Msg-id 1320350209.52590.YahooMailNeo@web120118.mail.ne1.yahoo.com
Whole thread Raw
In response to Re: pg_dump schma while excluding specific table  (Adrian Klaver <adrian.klaver@gmail.com>)
Responses Re: pg_dump schma while excluding specific table  (Tony Capobianco <tcapobianco@prospectiv.com>)
List pgsql-general

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

Try: -T dev.corgi  instead of -T corgi


pgsql-general by date:

Previous
From: Tony Capobianco
Date:
Subject: Re: pg_dump schma while excluding specific table
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Strange problem with create table as select * from table;