Re: psql -h host ...

From: Chris <dmagick(at)gmail(dot)com>
To: James <hslee911(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql -h host ...
Date: 2006-06-30 02:54:42
Message-ID: 44A49272.20907@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

James wrote:
> Thanks all for the reply.
> Once pg_hba.conf is modified, do I have to run
> pg_ctl reload ?

If in doubt check the documentation :)

http://www.postgresql.org/docs/8.1/static/client-authentication.html#AUTH-PG-HBA-CONF

"The pg_hba.conf file is read on start-up and when the main server
process (postmaster) receives a SIGHUP signal. If you edit the file on
an active system, you will need to signal the postmaster (using pg_ctl
reload or kill -HUP) to make it re-read the file."

So yes.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message blackwater dev 2006-06-30 03:15:09 finding gps within polygon
Previous Message Tom Lane 2006-06-30 02:27:02 Re: Strange Behavior with Serializable Transcations