Re: max connections

From: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
To: "Thomas Beutin" <tyrone(at)laokoon(dot)IN-Berlin(dot)DE>, "Jose Antonio Martinez" <lfbbes(at)yahoo(dot)es>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: max connections
Date: 2003-02-20 18:05:11
Message-ID: AB815D267EC31A4693CC24D234F8291603AABADE@ACCLUST02EVS1.ugd.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is that per DB though? I thought that was the max connections period..

Travis

-----Original Message-----
From: Thomas Beutin [mailto:tyrone(at)laokoon(dot)IN-Berlin(dot)DE]
Sent: Thursday, February 20, 2003 11:31 AM
To: Jose Antonio Martinez
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] max connections

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.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-02-20 18:11:17 Re: what kind of upgrade path is this
Previous Message P G 2003-02-20 17:52:07 What is the quickest query in the database?