Re: pg_hba.conf problem

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: David Nedrow <listbox(at)nedron(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_hba.conf problem
Date: 2003-11-30 23:32:06
Message-ID: 20031130233205.GA3580@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Biagioni 2003-11-30 23:39:25 Specify a column without using its name
Previous Message David Nedrow 2003-11-30 23:10:08 Re: pg_hba.conf problem