pg_dump a specific schema

Поиск
Список
Период
Сортировка
От Neil Conway
Тема pg_dump a specific schema
Дата
Msg-id 1042222539.551.71.camel@tokyo
обсуждение исходный текст
Ответы Re: pg_dump a specific schema  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pg_dump a specific schema  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
This patch allows pg_dump to dump the contents of a specific schema, and
updates the documentation for pg_dump.

I used the '-n' and '--namespace' command-line arguments. I did some
limited testing and it seems to work fine, but there may be some bugs
lurking in it...

BTW, If the user specifies a non-existent namespace, what should pg_dump
do? ISTM that printing an error message and aborting the dump is
probably best, but presently non-existent namespaces are ignored, since
-t follows a similar policy. Should we change both of these?

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: minor PL/PgSQL doc improvement
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump a specific schema