Re: Is max connections in a table somewhere? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Is max connections in a table somewhere?
Date
Msg-id 201108101247.23617.adrian.klaver@gmail.com
Whole thread Raw
In response to Is max connections in a table somewhere?  (Geoffrey Myers <lists@serioustechnology.com>)
Responses Re: Is max connections in a table somewhere?
List pgsql-general
On Wednesday, August 10, 2011 11:47:25 am Geoffrey Myers wrote:
> Is max connections in any table in the database I can access?

SELECT current_setting('max_connections');
 current_setting
-----------------
 100

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Geoffrey Myers
Date:
Subject: Re: Is max connections in a table somewhere?
Next
From: Cédric Villemain
Date:
Subject: Re: Problem with planner