Mark Rostron <mrost...@ql2.com> wrote:
 
> I need to make a change to pg_hba.conf on the fly.
> Is it possible to restart just the listener for the database
> without cycling the postmaster?
 
pg_ctl reload
 
That will also pick up changes to postgresql.conf, but it won't
interrupt execution of the postmaster.
 
-Kevin

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to