pg_dump and schema namespace notes

Поиск
Список
Период
Сортировка
От Rory Campbell-Lange
Тема pg_dump and schema namespace notes
Дата
Msg-id 20040528112247.GA12432@campbell-lange.net
обсуждение исходный текст
Ответы Re: pg_dump and schema namespace notes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
I think this is a suggestion/comment!

pg_dump man page:

      --schema-only
              Dump only the schema (data definitions), no data

I think this use of the word schema is confusing, meaning data
definitions, whereas elsewhere in the man page schema are used as a
namespace definition.

       --schema=schema
              Dump the contents of schema only. If this option is  not
              speci- fied,  all  non-system  schemas  in  the target
              database will be dumped

It would be nice if this could be a comman separated list (like set
search_path; A,info,public etc).

Rory
--
Rory Campbell-Lange
<rory@campbell-lange.net>
<www.campbell-lange.net>

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Database Size Limiting
Следующее
От: xier@in.tum.de
Дата:
Сообщение: PostgreSQL delete the blank in the end of the String automatically. how can I avoid it?