Re: can you change pg_hba.conf and restart the listener on the fly?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>, "Mark Rostron" <mrostron(at)ql2(dot)com>
Subject: Re: can you change pg_hba.conf and restart the listener on the fly?
Date: 2010-09-15 18:26:17
Message-ID: 4C90C9790200002500035791@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mark Rostron <mrostron(at)ql2(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Greg Smith 2010-09-16 01:26:36 Re: How To: LARGE html text or csv file COPY FROM?
Previous Message Tom Lane 2010-09-15 18:22:03 Re: can you change pg_hba.conf and restart the listener on the fly?