View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 06:50 PM
Michael Fuhr
 
Posts: n/a
Default Re: allowing connections from additional hosts without a restart?

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/

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Reply With Quote