Re: pg_hba.conf reload

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_hba.conf reload
Дата
Msg-id 200201290010.g0T0ADo03224@candle.pha.pa.us
обсуждение исходный текст
Ответ на pg_hba.conf reload  ("Thomas F. O'Connell" <tfo@monsterlabs.com>)
Список pgsql-admin
Thomas F. O'Connell wrote:
> is there any way in postgres (7.1.3) to get postgres to source the
> pg_hba.conf file without restarting the database completely?
>
> will any new backend use a modified pg_hba.conf if it is modified while
> postgres is running?
>

In 7.1.X and earlier, pg_hba.conf is reread on every connection request.
7.2.X will requires a sighup to the postmaster to reload pg_hba.conf.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Thomas F. O'Connell"
Дата:
Сообщение: pg_hba.conf reload
Следующее
От: "Thomas F. O'Connell"
Дата:
Сообщение: Re: pg_hba.conf reload