Re: pg_dump and roles

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_dump and roles
Дата
Msg-id 20081003173550.GE3817@alvh.no-ip.org
обсуждение исходный текст
Ответ на pg_dump and roles  (Julie Warden <Julie_Warden@nospam.hotmail.com>)
Ответы Re: pg_dump and roles  ("Peter Steinheuser" <peter.steinheuser@enterprisedb.com>)
Список pgsql-admin
Julie Warden wrote:

> Is there a method to dump just the roles from a database, or otherwise
> select them, so I can build a script to reload the roles? Otherwise, I
> guess I'll just read the tables for each database and build the
> security script from that.

Roles are not per-database; they are global objects.  You can get a dump
of all the roles with pg_dumpall -g.

If you really need to filter out roles per database, my best suggestion
is to filter a global role dump them with the pg_shdepend catalog for
each database.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Julie Warden
Дата:
Сообщение: pg_dump and roles
Следующее
От: "Peter Steinheuser"
Дата:
Сообщение: Re: pg_dump and roles