pg_dump schma while excluding specific table

Поиск
Список
Период
Сортировка
От Tony Capobianco
Тема pg_dump schma while excluding specific table
Дата
Msg-id 1320333402.1970.6.camel@tony1.localdomain
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Strange problem with create table as select * from table;
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Strange problem with create table as select * from table;