Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method - Mailing list pgsql-general

From Ray Stell
Subject Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Date
Msg-id CBB57C05-E35E-40DE-8F84-383DEBCF4B83@vt.edu
Whole thread Raw
In response to Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method  (Frank Pinto <frank@ayalo.co>)
List pgsql-general

On Aug 6, 2014, at 6:56 PM, Frank Pinto <frank@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.

Attachment

pgsql-general by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Reindex taking forever, and 99% CPU
Next
From: Adrian Klaver
Date:
Subject: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method