Re: ERROR: Not enough resources are available to complete this request.

Поиск
Список
Период
Сортировка
От Zubkovsky, Sergey
Тема Re: ERROR: Not enough resources are available to complete this request.
Дата
Msg-id 528853D3C5ED2C4AA8990B504BA7FB850106DEAA@sol.transas.com
обсуждение исходный текст
Ответ на Re: ERROR: Not enough resources are available to complete this request.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Yes, it's my negligence!

Thank you, Tom!


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Thursday, December 20, 2007 6:47 PM
To: Zubkovsky, Sergey
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] ERROR: Not enough resources are available to
complete this request.

"Zubkovsky, Sergey" <Sergey.Zubkovsky@transas.com> writes:
> I'm trying to call my PL/pgSQL stored procedure and receive the
> following error message:

> ERROR: Not enough resources are available to complete this request.
> SQL state: P0001

> How can I determine what kind of resource is unavailable or what is
> wrong?

You tell us.  P0001 is RAISE_EXCEPTION, meaning that this message is
coming from a RAISE EXCEPTION command in your own plpgsql code.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: Not enough resources are available to complete this request.
Следующее
От: "Didier Gasser-Morlay"
Дата:
Сообщение: Re: reading source of a function