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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: Not enough resources are available to complete this request.
Дата
Msg-id 11870.1198165626@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: Not enough resources are available to complete this request.  ("Zubkovsky, Sergey" <Sergey.Zubkovsky@transas.com>)
Ответы Re: ERROR: Not enough resources are available to complete this request.  ("Zubkovsky, Sergey" <Sergey.Zubkovsky@transas.com>)
Список pgsql-novice
"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 по дате отправления:

Предыдущее
От: "Zubkovsky, Sergey"
Дата:
Сообщение: Re: ERROR: Not enough resources are available to complete this request.
Следующее
От: "Zubkovsky, Sergey"
Дата:
Сообщение: Re: ERROR: Not enough resources are available to complete this request.