Re: 0FATAL: too many connections for database

Поиск
Список
Период
Сортировка
От Pagett, Lacey
Тема Re: 0FATAL: too many connections for database
Дата
Msg-id 9E6C96FBDE336C419E308685558BAB3F4962A43923@BCMSG03.hrbinc.hrblock.net
обсуждение исходный текст
Ответ на Re: 0FATAL: too many connections for database  (Jim Mlodgenski <jimmy76@gmail.com>)
Список pgsql-novice

Jim,

 

You’re amazing.  I think that is it – THANK YOU!!!

 

From: Jim Mlodgenski [mailto:jimmy76@gmail.com]
Sent: Monday, January 06, 2014 5:45 PM
To: Pagett, Lacey
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] 0FATAL: too many connections for database

 

 

 

On Mon, Jan 6, 2014 at 6:35 PM, Pagett, Lacey <lacey.pagett@hrblock.com> wrote:

Hi All,

 

We are currently seeing "FATAL: too many connections for database error" in the $PG_DATA/pg_log.

However, pg_stat_activity shows 50 connections with max_connections set to 800 in postgresql.conf and the role connection limit in pg_roles for all users is unlimited (-1).

 

Any ideas what could cause the error when connections seem to be available?

 

Is there a limit set on the database? You would be able to see it by selecting from pg_database.

 

 

Thanks for any suggestions!

 

Lacey

 

 

 

 

 

 

В списке pgsql-novice по дате отправления:

Предыдущее
От: Jim Mlodgenski
Дата:
Сообщение: Re: 0FATAL: too many connections for database
Следующее
От: "Simon ..."
Дата:
Сообщение: Testing if a Column Exists in a NEW record of a Trigger Function