Re: best method of reloading pg_hba.conf - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: best method of reloading pg_hba.conf
Date
Msg-id 200111092244.fA9MiRW27471@candle.pha.pa.us
Whole thread Raw
In response to best method of reloading pg_hba.conf  (David Ford <david@blue-labs.org>)
List pgsql-hackers
> Is the best method of reloading pg_hba.conf to SIGHUP the master process?

In 7.2, yes, pg_ctl restart or SIGHUP.  On 7.1.X pg_hba.conf is reread
on every connection request.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: best method of reloading pg_hba.conf
Next
From: Barry Lind
Date:
Subject: Bug?? -- Alter table drop constraint doesn't seem to work on a primary key constraint in 7.2beta2