On Aug 6, 2014, at 6:56 PM, Frank Pinto <fr...@ayalo.co> wrote:
> 
> and make sure you restarted the server so your changes take effect.
> 

reload will get it, also, and is sometimes easier to come by. 

The pg_hba.conf file is read on start-up and when the main server process 
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.
http://www.postgresql.org/docs/9.3/static/auth-pg-hba-conf.html

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to