Re: Phantom groups

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Phantom groups
Дата
Msg-id 44AB3507.2020609@gmail.com
обсуждение исходный текст
Ответ на Phantom groups  ("Carlos H. Reimer" <carlosreimer@terra.com.br>)
Ответы RES: Phantom groups
Re: Phantom groups
Список pgsql-general
Carlos H. Reimer wrote:
> Hi,
>
> I´m planning to migrate from 7.4 to 8.0.7 and I discovered some strange
> behavior during migration.
>
> pg_dump inserted GRANT to phantom groups. They do not exist in pg_group;
>
> When the script created by pg_dump is processed by psql during restore,
> these GRANTs produce a lot of errors.

pg_dump won't include users and groups. pg_dumpall would include that
information but of course includes all databases.

If you use the --no-privileges option with pg_dump it won't include the
grant/revoke statements.

http://www.postgresql.org/docs/8.0/static/app-pgdump.html

--
Postgresql & php tutorials
http://www.designmagick.com/



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

Предыдущее
От: Chris
Дата:
Сообщение: Re: Automatic Installer
Следующее
От: "hubert depesz lubaczewski"
Дата:
Сообщение: Re: stored procedures