Re: SHOW ALL does not honor pg_read_all_settings membership

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: SHOW ALL does not honor pg_read_all_settings membership
Дата
Msg-id 20180420135806.GA1562@paquier.xyz
обсуждение исходный текст
Ответ на Re: SHOW ALL does not honor pg_read_all_settings membership  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-hackers
On Fri, Apr 20, 2018 at 01:21:46PM +0200, Laurenz Albe wrote:
> I agree; here is a patch for that.

Thanks for taking care of that as well this looks fine to me.  Note to
committer: this needs to be merged with the first patch actually fixing
the SHOW ALL issue.

All the four core callers of GetConfigOption() actually do not use
restrict_superuser set to true...  Modules may use this option, so of
course let's not remove it.
--
Michael

Вложения

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

Предыдущее
От: Matthias Kurz
Дата:
Сообщение: Add read-only param to set_config(...) / SET that effects (at least)customized runtime options
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Corrupted btree index on HEAD because of covering indexes