Re: proposal: a validator for configuration files

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: proposal: a validator for configuration files
Дата
Msg-id CAFj8pRDeLNiUu3yGxg5YAqMBXYAt-BjGiYXWE5tKLXeBz_nsKQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: a validator for configuration files  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
2011/7/18 Florian Pflug <fgp@phlo.org>:
> On Jul18, 2011, at 01:29 , Robert Haas wrote:
>> Hmm.  Maybe what we need is a mechanism that allows the configuration
>> to be associated a loadable module, and whenever that module is
>> loaded, we also load the associated configuration settings.  This is
>> probably terribly syntax, but something like:
>>
>> ALTER LOAD 'plpgsql' SET plpgsql.variable_conflict = 'whatever';
>
> A variant of this would be to allow extensions (in the CREATE EXTENSION
> sense) to declare custom GUCs in their control file. Then we'd only
> need to load those files, which seems better than loading a shared
> library.

+1

Pavel

>
> We do expect people to wrap their loadable modules in extensions
> anyway nowadays, do we?
>
> best regards,
> Florian Pflug
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: patch: Allow \dd to show constraint comments
Следующее
От: Robert Haas
Дата:
Сообщение: Re: reducing the overhead of frequent table locks, v4