Re: pg_hba.conf problem

From: David Nedrow <listbox(at)nedron(dot)net>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_hba.conf problem
Date: 2003-12-01 00:39:52
Message-ID: E0A17896-2396-11D8-B72D-003065B331C2@nedron.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alvaro,

Thanks for the reply. I previously did both of those, as well as
shutting postmaster down altogether and restarting. Still no luck.

I'm sure postmaster is seeing the file, since I can break "local"
support by changing that line. <G>

-David

On Nov 30, 2003, at 18:32, Alvaro Herrera wrote:

> 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)
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rick Morris 2003-12-01 00:41:47 Re: PostgreSQL Advocacy, Thoughts and Comments
Previous Message Bruno Wolff III 2003-12-01 00:33:17 Re: Upgrading from 7.2.3 to....??