Re: control pg_hba.conf via SQL

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: control pg_hba.conf via SQL
Дата
Msg-id 1143705258.32384.404.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: control pg_hba.conf via SQL  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-hackers
On Wed, 2006-03-29 at 16:20 -0500, Jonah H. Harris wrote:

> Enable the alteration and persistence of postgresql.conf and
> pg_hba.conf configuration parameters via SQL.

Agreed.

I'd also add the seemingly obvious caveat that parameters should be
unique. A common problem is for one person to edit a postgresql.conf by
editing in place, then another person to add a line at the bottom. The
second entry overrides the first. 

I would also like these settings to be grouped together as Profiles.
It's fairly common to have multiple postgresql.conf files for different
modes of processing: Normal Running, Bulkload, TuningMode so we would
want to be able to retain that capability in the future.

Best Regards, Simon Riggs



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

Предыдущее
От:
Дата:
Сообщение: Re: Initdb on Windows 2003
Следующее
От: Svenne Krap
Дата:
Сообщение: Re: control pg_hba.conf via SQL