From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Command Prompt, Inc(dot)" <pgsql-general(at)commandprompt(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: 7.2 pg_hba.conf load on SIGHUP? |
Date: | 2001-11-16 02:25:58 |
Message-ID: | 200111160225.fAG2Pwd26295@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2001-11-16 02:58:06 | Re: bug or change in functionality in 7.2? |
Previous Message | Command Prompt, Inc. | 2001-11-16 02:21:36 | 7.2 pg_hba.conf load on SIGHUP? |