Re: Can't get pg_hba.conf to work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Doug Silver <dsilver(at)urchin(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Can't get pg_hba.conf to work
Date: 2002-06-26 23:11:52
Message-ID: 16632.1025133112@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Doug Silver <dsilver(at)urchin(dot)com> writes:
> And no matter what I put in the pg_hba.conf file, I get the following:
> parse_hba: invalid syntax in pg_hba.conf file at line 253, token
> "localhost"
> FATAL 1: Missing or erroneous pg_hba.conf file, see postmaster log for
> details

In 7.2 you must SIGHUP the postmaster to get it to take notice of
changes in its config files --- the thing is still complaining about
an error in whatever the file contained when you started it.

"pg_ctl reload" is a convenient script for sending SIGHUP to the
postmaster.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Doug Silver 2002-06-27 00:07:30 Re: Can't get pg_hba.conf to work
Previous Message Sharon Cowling 2002-06-26 22:50:00 Date Question