Mark Rostron <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
