Re: Parsing of pg_hba.conf and authenticationinconsistencies

Поиск
Список
Период
Сортировка
От korry
Тема Re: Parsing of pg_hba.conf and authenticationinconsistencies
Дата
Msg-id E9BE8C85-3651-4C45-AA6E-3C9EA26EEC86@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Parsing of pg_hba.conf and authentication inconsistencies  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Parsing of pg_hba.conf and authenticationinconsistencies
Re: Parsing of pg_hba.conf and authenticationinconsistencies
Список pgsql-hackers
On Aug 5, 2008, at 4:07 PM, Simon Riggs wrote:

>
> On Sun, 2008-08-03 at 10:36 +0200, Magnus Hagander wrote:
>> Tom Lane wrote:
>>> Magnus Hagander <magnus@hagander.net> writes:
>>>>> The good way to solve this would be to have independant command  
>>>>> line
>>>>> utilities which check pg_hba.conf, pg_ident.conf and  
>>>>> postgresql.conf for
>>>>> errors.  Then DBAs could run a check *before* restarting the  
>>>>> server.
>>>
>>>> While clearly useful, it'd still leave the fairly large foot-gun  
>>>> that is
>>>> editing the hba file and HUPing things which can leave you with a
>>>> completely un-connectable database because of a small typo.
>>>
>>> That will *always* be possible, just because software is finite and
>>> human foolishness is not ;-).
>>
>> Certainly - been bitten by that more than once. But we can make it
>> harder or easier to make the mistakes..
>
> Yeah. I'm sure we've all done it.
>
> Would it be possible to have two config files? An old and a new?
>
> That way we could specify new file, but if an error is found we revert
> to the last known-good file?
>
> That would encourage the best practice of take-a-copy-then-edit.

Perhaps the --check-config option should take an (optional) file name?  
That would allow you to validate a config file without having to copy  
it into place first.
postgres --check-config=myFilenameGoesHere -D $PGDATA


    -- Korry



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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: plan invalidation vs stored procedures
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Parsing of pg_hba.conf and authenticationinconsistencies