Re: Parsing of pg_hba.conf and authentication inconsistencies

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parsing of pg_hba.conf and authentication inconsistencies
Дата
Msg-id 15237.1217737939@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Parsing of pg_hba.conf and authentication inconsistencies  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Parsing of pg_hba.conf and authentication inconsistencies  (Magnus Hagander <magnus@hagander.net>)
Re: Parsing of pg_hba.conf and authentication inconsistencies  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> Certainly there isn't any reason to allow a reload of a file that is just 
> going to break things when the first connection happens. For that matter,  
> why would we ever not want to parse it at HUP time rather than connect time? 

Two or three reasons why not were already mentioned upthread, but for
the stubborn, here's another one: are you volunteering to write the code
that backs out the config-file reload after the checks have determined
it was bad?  Given the amount of pain we suffered trying to make GUC do
something similar, any sane person would run screaming from the
prospect.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parsing of pg_hba.conf and authentication inconsistencies
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: Re: [Pljava-dev] Should creating a new base type require superuser status?