Re: Overhauling GUCS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Overhauling GUCS
Дата
Msg-id 26969.1219007935@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Overhauling GUCS  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: Overhauling GUCS  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-hackers
Greg Smith <gsmith@gregsmith.com> writes:
> Josh Berkus and I have been exchanging some ideas for the GUC internals 
> overhaul and had a quick discussion about that in person last month. 
> We've been gravitating toward putting all the extra information we'd like 
> to push into there in an extra catalog table (pg_settings_info or 
> something).  The stuff the server needs to start can stay right where it 
> is right now, all the other decoration can move to the table.

Somehow, the attraction of that idea escapes me.

What we have now was named Grand Unified Configuration for a reason:
it centralized the handling of what had been a mess of different things
configured in different ways.  I'm not eager to go backwards on that.

I'm also interested to know exactly what such a table would provide
that isn't already available in the form of the pg_settings view.
        regards, tom lane


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: API for Managing pg_hba and postgresql.conf
Следующее
От: Tom Lane
Дата:
Сообщение: Re: IN vs EXISTS equivalence