Re: pg_hba.conf problem

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_hba.conf problem
Дата
Msg-id 20031130233205.GA3580@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: pg_hba.conf problem  (David Nedrow <listbox@nedron.net>)
Ответы Re: pg_hba.conf problem  (David Nedrow <listbox@nedron.net>)
Re: pg_hba.conf problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Sun, Nov 30, 2003 at 06:10:08PM -0500, David Nedrow wrote:

> Note that I've also tried the following straight for the original
> pg_hba.conf file itself. No luck.
>
> host    all         all         127.0.0.1         255.255.255.255
> password

Huh, did you cause the postmaster to reload the pg_hba.conf file after
changing it?  You should send it SIGHUP (kill -HUP) or use pg_ctl reload.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Crear es tan difícil como ser libre" (Elsa Triolet)

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

Предыдущее
От: David Nedrow
Дата:
Сообщение: Re: pg_hba.conf problem
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Was: Triggers, Stored Procedures, PHP