Re: Making config file parser available to add-ins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Making config file parser available to add-ins
Дата
Msg-id 12997.1153766677@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Making config file parser available to add-ins  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Making config file parser available to add-ins  (Marc Munro <marc@bloodnok.com>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Marc Munro wrote:
>> I want Veil (http://pgfoundry.org/projects/veil/) to be able to read
>> configuration details from a configuration file.

> What kind of details?  By the time any server-side module is loaded, the 
> configuration file has already been read, so why would you need to read 
> it again?

Probably the correct question is whether Marc's problem isn't already
solved by the "custom GUC variable" mechanism --- that is, whatever he
wants to configure should be defined as "custom" GUCs within the
existing configuration file.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] The vacuum-ignore-vacuum patch
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Making config file parser available to add-ins