use superuser connection from php - Mailing list pgsql-general

From pobox@verysmall.org
Subject use superuser connection from php
Date
Msg-id 4610CDFE.7090607@verysmall.org
Whole thread Raw
Responses Re: use superuser connection from php  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
hello,

we have a php application which gets from time to time database errors
which look like there are not enough connections (we have 100
connections allowed to postgresql) -

i read that there are two db connections reserved for su. is there a way
to use them from php in order to check if the database is really out of
connections (with - 'SELECT count(*) FROM pg_stat_activity') or the
problem is different?

thanks,
iv


pgsql-general by date:

Previous
From: "Shoaib Mir"
Date:
Subject: Re: [ADMIN] Increasing the shared memory
Next
From: "Shoaib Mir"
Date:
Subject: Re: Working between Windows and Unix