Re: allowing connections from additional hosts without a restart?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Lonni J Friedman <netllama(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: allowing connections from additional hosts without a restart?
Date: 2005-01-13 18:01:21
Message-ID: 20050113180121.GA24277@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 13, 2005 at 08:55:08AM -0800, Lonni J Friedman wrote:

> Is it possible to allow TCP/IP connections from additional hosts (IPs)
> without restarting postgresql?

"pg_ctl reload" should cause the server to re-read its configuration
files without shutting down and restarting. See the section on
pg_ctl in the "PostgreSQL Server Applications" part of the documentation.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-01-13 18:11:09 Re: vacuum vs open transactions
Previous Message Frank D. Engel, Jr. 2005-01-13 17:59:43 Re: allowing connections from additional hosts without a restart?