On 8/10/2011 1:49 PM, Guillaume Lelarge wrote:
> 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).
>
>
Well thats cool, I did not realize there was a table.
-Andy