Re: postgres hab modification without restarting

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Hornyak Laszlo <kocka(at)tigrasoft(dot)hu>, pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres hab modification without restarting
Date: 2003-08-27 03:40:05
Message-ID: 200308270340.h7R3e5h26511@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Robert Treat wrote:
> On Mon, 2003-08-25 at 09:15, Hornyak Laszlo wrote:
> > Hi all!
> >
> > Is it possible to make the postmaster re-read the pg_hba.conf when needed
> > without pg_ctl restarting the database? I think I could send a unix signal
> > to it, it would simly re-read the file and apply the information for new
> > incoming connection requests.
> > I was looking for this info in the documentation and lists but I did not
> > find anything.
> >
>
> pg_ctl reload sends the signal to reread the config files
> http://www.postgresql.org/docs/7.3/interactive/app-pg-ctl.html
>
> some parameters can only be set at server start
> http://www.postgresql.org/docs/7.3/interactive/runtime-config.html

I think the 'postgres' manual page explains the actual signals used.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Thierry Missimilly 2003-08-27 07:31:42 Re: postgresql and replication
Previous Message Bruce Momjian 2003-08-27 03:00:03 Re: Disk Utilization Increases And Time for Vacuum Increases.