Re: Is max connections in a table somewhere?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Andy Colson <andy(at)squeakycode(dot)net>
Cc: Geoffrey Myers <lists(at)serioustechnology(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Is max connections in a table somewhere?
Date: 2011-08-10 18:49:17
Message-ID: 1313002158.3766.27.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ray Stell 2011-08-10 18:51:50 Re: Is max connections in a table somewhere?
Previous Message Geoffrey Myers 2011-08-10 18:47:25 Is max connections in a table somewhere?