Re: Non-superuser connection limit exceeded - Mailing list pgsql-general

From Richard Huxton
Subject Re: Non-superuser connection limit exceeded
Date
Msg-id 4112464A.6000108@archonet.com
Whole thread Raw
In response to Non-superuser connection limit exceeded  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
List pgsql-general
marcelo Cortez wrote:
> Hi folks
>
>
> My application fail with 'Non-superuser connection
> limit exceeded' error , the client application is
> connected via ODBC AND GPF MESSAGE appear there.
>
> the 'Non-superuser connection limit exceeded'
> what'wrong?.

You have too many connections active, so you cannot connect. This
shouldn't trigger a GPF anywhere though.

Look at the top of the postgresql.conf file and increase the connection
limit. You'll also want to do some basic tuning of performance settings,
see the article at
   http://www.varlena.com/GeneralBits/

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: case insensitive sorting & searching in oracle 10g
Next
From: Tom Lane
Date:
Subject: Re: PG over NFS tips