Re: 7.2 pg_hba.conf load on SIGHUP? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: 7.2 pg_hba.conf load on SIGHUP?
Date
Msg-id 200111160225.fAG2Pwd26295@candle.pha.pa.us
Whole thread Raw
In response to 7.2 pg_hba.conf load on SIGHUP?  ("Command Prompt, Inc." <pgsql-general@commandprompt.com>)
Responses Re: 7.2 pg_hba.conf load on SIGHUP?
List pgsql-general
> Hello,
>
> Question. In 7.2 the pg_hba.conf file will only be read on a
> SIGHUP (kill -HUP). What are the external factors to this?
> Will a HUP cause the child postgres processes to restart as well?

No, SIGHUP to postmaster.  It is caught and reloads config files,
similar to other Internet daemons.

> What if a transaction is occuring at the time of the HUP?

Again, no effect on children of postmaster.

--
  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, Pennsylvania 19026

pgsql-general by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: spectral datasets in postgresql
Next
From: Barry Lind
Date:
Subject: bug or change in functionality in 7.2?