Re: Improving postgresql.conf

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Improving postgresql.conf
Дата
Msg-id 16286.1087356448@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Improving postgresql.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Improving postgresql.conf  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The proposal is to remove the comments from postgresql.conf (like
> Apache) so all entries will be active.  The downside is that it will not
> be possible to determine which values were modified from their defaults.

I think the latter is a nontrivial cost.  Perhaps we could address this
by extending the pg_settings view to include the compile-time-default
values for each variable, and then instead of "show us what you did to
postgresql.conf", the standard help request would beselect * from pg_settings where setting != default_setting;
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OWNER TO on all objects
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Improving postgresql.conf