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

From Andy Colson
Subject Re: Is max connections in a table somewhere?
Date
Msg-id 4E42D0F0.1030404@squeakycode.net
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 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.

-Andy

pgsql-general by date:

Previous
From: Geoffrey Myers
Date:
Subject: Is max connections in a table somewhere?
Next
From: Scott Marlowe
Date:
Subject: Re: Is max connections in a table somewhere?