Re: Increase max_connections

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Increase max_connections
Date: 2003-01-08 17:13:26
Message-ID: 4625.1042046006@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Gaetano Mendola" <mendola(at)bigfoot(dot)com> writes:
> is it possible increase the max_connections value without
> restarting the server ?

Nope, sorry.

This *is* documented btw.

MAX_CONNECTIONS (integer)

Determines the maximum number of concurrent connections to the database server. The default is 32 (unless
altered while building the server). This parameter can only be set at server start.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2003-01-08 17:16:35 Re: Increase max_connections
Previous Message Tom Lane 2003-01-08 16:58:16 Re: vaccumdb is giving "ERROR: out of free buffers: time to abort !"