Re: max connections

From: Thomas Beutin <tyrone(at)laokoon(dot)IN-Berlin(dot)DE>
To: Jose Antonio Martinez <lfbbes(at)yahoo(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: max connections
Date: 2003-02-20 17:31:07
Message-ID: 20030220183107.A16069@laokoon.bug.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 20, 2003 at 04:17:33PM +0100, Jose Antonio Martinez wrote:
> how can i limit the number of concurrent connections
> to the same database at a postgresql server (wich
> have several databases)?
>
> is there any easy way?
command line: "-N x"
config file: "max_connections = x"

It's all explained in the very good documentation.

So long,
-tb
--
Thomas Beutin tb(at)laokoon(dot)IN-Berlin(dot)DE
Beam me up, Scotty. There is no intelligent live down in Redmond.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eric B.Ridge 2003-02-20 17:43:21 Fwd: REWRITE_INVOKE_MAX and "query may contain cycles"
Previous Message Mark Cave-Ayland 2003-02-20 17:25:57 Re: 7.3.1 takes long time to vacuum table?