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

From Guillaume Lelarge
Subject Re: Is max connections in a table somewhere?
Date
Msg-id 1313002158.3766.27.camel@laptop
Whole thread Raw
In response to Re: Is max connections in a table somewhere?  (Andy Colson <andy@squeakycode.net>)
Responses Re: Is max connections in a table somewhere?  (Andy Colson <andy@squeakycode.net>)
List pgsql-general
On Wed, 2011-08-10 at 13:41 -0500, Andy Colson wrote:
> On 8/10/2011 1:47 PM, Geoffrey Myers wrote:
> > Is max connections in any table in the database I can access?
>
> Not really a table, but it is selectable:
>
> show max_connections;
>
> use "show all" to see everything.
>

Actually, it's also available in a table (pg_settings).


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


pgsql-general by date:

Previous
From: Geoffrey Myers
Date:
Subject: is max connections in a database table somewhere
Next
From: Ray Stell
Date:
Subject: Re: Is max connections in a table somewhere?