Re: Is max connections in a table somewhere?

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Geoffrey Myers <lists(at)serioustechnology(dot)com>
Subject: Re: Is max connections in a table somewhere?
Date: 2011-08-10 19:47:23
Message-ID: 201108101247.23617.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, August 10, 2011 11:47:25 am Geoffrey Myers wrote:
> Is max connections in any table in the database I can access?

SELECT current_setting('max_connections');
current_setting
-----------------
100

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2011-08-10 20:30:04 Re: Pgfoundry problem with Npgsql bug tracker
Previous Message Geoffrey Myers 2011-08-10 19:01:06 Re: Is max connections in a table somewhere?