Re: pg_dump and grants to PUBLIC

Поиск
Список
Период
Сортировка
От Blair Lowe
Тема Re: pg_dump and grants to PUBLIC
Дата
Msg-id 1147454165.4575.41.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: pg_dump and grants to PUBLIC  (Adrian Klaver <aklaver@comcast.net>)
Ответы Re: pg_dump and grants to PUBLIC  (Adrian Klaver <aklaver@comcast.net>)
Список pgsql-general
On Fri, 2006-12-05 at 10:08 -0700, Adrian Klaver wrote:
> On Friday 12 May 2006 09:50 am, Blair Lowe wrote:
> See following-
> -n schema
> --schema=schema
>
>     Dump the contents of schema only. If this option is not specified, all
> non-system schemas in the target database will be dumped.
>
>         Note: In this mode, pg_dump makes no attempt to dump any other
> database objects that objects in the selected schema may depend upon.
> Therefore, there is no guarantee that the results of a single-schema dump can
> be successfully restored by themselves into a clean database.

In postgreSQL version 7.3.4:

user# pg_dump -n <schema_name> > tmp95.sql
pg_dump: invalid option -- n
Try 'pg_dump --help' for more information.

phpbb only works with version 7.x.

TTYL,
Blair.


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump and grants to PUBLIC
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: GUI Interface