Re: Is max connections in a table somewhere?

From: Geoffrey Myers <geof(at)serioustechnology(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is max connections in a table somewhere?
Date: 2011-08-10 19:01:06
Message-ID: 4E42D572.9090805@serioustechnology.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Marlowe wrote:
> On Wed, Aug 10, 2011 at 12:47 PM, Geoffrey Myers
> <lists(at)serioustechnology(dot)com> wrote:
>> Is max connections in any table in the database I can access?
>
> No it's in the postgresql.conf file, which is in various places
> depending on how pg was installed. for debian / ubuntu it's in
> /etc/postgresql/8.x/main for the default cluster. It's in
> /var/lib/pgsql/data for RHEL 5. Not sure about other distros.

Yeah, I knew it was in the postgresql.conf file, but since I've got a
piece of code that's already connected to the database, I figured I'd
get it from the database, rather then open the file and read it from there.

--
Geoffrey Myers
Myers Consulting Inc.
770.592.1651

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2011-08-10 19:47:23 Re: Is max connections in a table somewhere?
Previous Message Andy Colson 2011-08-10 18:54:46 Re: Is max connections in a table somewhere?