Re: postgres hab modification without restarting

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Hornyak Laszlo <kocka(at)tigrasoft(dot)hu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres hab modification without restarting
Date: 2003-08-25 13:35:15
Message-ID: 1061818515.3390.219.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rodrigo De la Peña 2003-08-25 13:46:05 unsubscribe
Previous Message Robert Treat 2003-08-25 13:21:52 Re: Query to slow