Re: [GENERAL] Postgres PHP error

2012-12-03 Thread Michael Paquier
On Mon, Dec 3, 2012 at 2:18 PM, rahul143 wrote: > Hi All > > Im receiving the following error, on a php page, conneting to postgres 7.4, > installed on Mandrake 10.0 > > Error Description: pg_connect(): Unable to connect to PostgreSQL server: > FATAL: sorry, too many clients already . > > Can a

Re: [GENERAL] Postgres PHP error

2012-12-03 Thread Alvaro Herrera
Richard Huxton escribió: > On 03/12/12 05:18, rahul143 wrote: > >Hi All > > > >Im receiving the following error, on a php page, conneting to postgres 7.4, > >installed on Mandrake 10.0 > > > > Others have answered your question. However... As I noted elsewhere, please ignore this guy. He's a bot

Re: [GENERAL] Postgres PHP error

2012-12-03 Thread Richard Huxton
On 03/12/12 05:18, rahul143 wrote: Hi All Im receiving the following error, on a php page, conneting to postgres 7.4, installed on Mandrake 10.0 Others have answered your question. However... Please make sure you have regular scheduled backups for that database. That is quite an old (9 year

Re: [GENERAL] Postgres PHP error

2012-12-03 Thread Steve Crawford
On 12/02/2012 09:18 PM, rahul143 wrote: Hi All Im receiving the following error, on a php page, conneting to postgres 7.4, installed on Mandrake 10.0 Error Description: pg_connect(): Unable to connect to PostgreSQL server: FATAL: sorry, too many clients already . Can anyone tell me what this m

Re: [GENERAL] Postgres PHP error

2012-12-03 Thread Albe Laurenz
rahul143 wrote: > Im receiving the following error, on a php page, conneting to postgres 7.4, > installed on Mandrake 10.0 > > Error Description: pg_connect(): Unable to connect to PostgreSQL server: > FATAL: sorry, too many clients already . > > Can anyone tell me what this means? > Is there a p

[GENERAL] Postgres PHP error

2012-12-02 Thread rahul143
setting I need to set under the postgresql conf file. I have checked, and its set to 100 users. This error strangely has only happened once. Last week Monday. Kind Regards, - -- View this message in context: http://postgresql.1045698.n5.nabble.com/GENERAL-Postgres-PHP-error-tp5734655.html

Re: [GENERAL] Postgres PHP error

2005-05-23 Thread Matthew Terenzio
I f you are using Apache, also check the max connections in the httpd.conf. You really can't allow more Apache children than your max number of Postgres connections. At least it solved the problem in my case. On May 23, 2005, at 9:47 AM, Richard Huxton wrote: Shaun Clements wrote: Thanks. G

Re: [GENERAL] Postgres PHP error

2005-05-23 Thread Richard Huxton
Shaun Clements wrote: Thanks. Great idea. I assume there is more than one connection per user. As judging by the scope of the system, more than one connection is made. Would you suggest I increase the size of the connections. What kind of performance decrease would I see, even if 100 isnt always

Re: [GENERAL] Postgres PHP error

2005-05-23 Thread Shaun Clements
Title: RE: [GENERAL] Postgres PHP error Thanks. Great idea. I assume there is more than one connection per user. As judging by the scope of the system, more than one connection is made. Would you suggest I increase the size of the connections. What kind of performance decrease would I see

Re: [GENERAL] Postgres PHP error

2005-05-23 Thread Richard Huxton
Shaun Clements wrote: Hi All Im receiving the following error, on a php page, conneting to postgres 7.4, installed on Mandrake 10.0 Error Description: pg_connect(): Unable to connect to PostgreSQL server: FATAL: sorry, too many clients already . Can anyone tell me what this means? It mean

[GENERAL] Postgres PHP error

2005-05-23 Thread Shaun Clements
Title: [GENERAL] Postgres PHP error Hi All Im receiving the following error, on a php page, conneting to postgres 7.4, installed on Mandrake 10.0 Error Description: pg_connect(): Unable to connect to PostgreSQL server: FATAL: sorry, too many clients already .  Can anyone tell me what