View Single Post

   
  #2 (permalink)  
Old 04-19-2008, 08:18 AM
Tom Lane
 
Posts: n/a
Default Re: Changing max_connections without restart ?

Jean Arnaud <Jean.Arnaud@inrialpes.fr> writes:
> I'm looking for a way to change the "max_connections" parameter without
> restarting the PostGreSQL database.


There is none. That's one of the parameters that determines shared
memory array sizes, and we can't change those on-the-fly.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote