Re: pg_hba.conf changes without restarting postmaster

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_hba.conf changes without restarting postmaster
Date: 2004-07-31 01:09:33
Message-ID: m3u0vpoucy.fsf@wolfe.cbbrowne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

After a long battle with technology, schen(at)graciousstyle(dot)com (Si Chen), an earthling, wrote:
> It seems that every time I make a change to pg_hba.conf, I have to
> restart the database server for the new authentication to take effect.
> Is there a way to have the server use the new pg_hba.conf
> authentication without restarting the production server.

You NEVER need to restart the database server to reflect pg_hba.conf
changes.

The command "pg_ctl -D $PGDATA reload" will cause the server to reload
the contents of pg_hba.conf, assuming PGDATA is appropriately set.
Several other methods are possible, all of which ultimately amount to
sending the signal SIGHUP to the postmaster.
--
(format nil "~S(at)~S" "cbbrowne" "ntlug.org")
http://www3.sympatico.ca/cbbrowne/linux.html
I found out why cats drink out of the toilet. My mother told me it's
because it's cold in there. And I'm like: How did my mother know THAT?
--Wendy Liebman

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoff Caplan 2004-07-31 09:09:07 Correct escaping of untrusted data
Previous Message Robby Russell 2004-07-31 00:20:36 Re: best type for unix file system timestamp?