Re: pg_dump dump catalog ACLs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump dump catalog ACLs
Дата
Msg-id 12488.1456804418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump dump catalog ACLs  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: pg_dump dump catalog ACLs
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> Per discussion about the best approach to reduce the amount of
> superuser-only capabilities, this patch modifies pg_dump to dump out
> all ACLs which exist on objects in the pg_catalog schema.

Um ... surely there are some of those that are installed by default?
To make this work, you'd need a way to distinguish privileges installed
by initdb from those changed later.
        regards, tom lane



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Default Roles
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pg_dump dump catalog ACLs