Re: patch: move dumpUserConfig call in dumpRoles function of pg_dumpall.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch: move dumpUserConfig call in dumpRoles function of pg_dumpall.c
Дата
Msg-id 4588.1318460842@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch: move dumpUserConfig call in dumpRoles function of pg_dumpall.c  (Phil Sorber <phil@omniti.com>)
Ответы Re: patch: move dumpUserConfig call in dumpRoles function of pg_dumpall.c
Список pgsql-hackers
Phil Sorber <phil@omniti.com> writes:
> Then there is a separate section of code that is called as a separate
> function 'dumpUserConfig()' that does other role attributes like
> 'ALTER ROLE bob SET role TO charlie'. These are the ALTER's that can
> have dependencies on other roles.

Right.  Phrased that way, this is an obvious improvement, and I concur
that it doesn't look like it could break anything that works now.
The more general problem remains to be solved, but we might as well
apply this.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER EXTENSION .. ADD/DROP weirdness
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Patch: Perl xsubpp