Re: Is max connections in a table somewhere?

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Geoffrey Myers <lists(at)serioustechnology(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is max connections in a table somewhere?
Date: 2011-08-10 18:41:52
Message-ID: 4E42D0F0.1030404@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2011-08-10 18:42:43 Re: Is max connections in a table somewhere?
Previous Message c k 2011-08-10 17:00:30 Re: postgresql server crash on windows 7 when using plpython