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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Zubkovsky, Sergey" <Sergey(dot)Zubkovsky(at)transas(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: ERROR: Not enough resources are available to complete this request.
Date: 2007-12-20 15:47:06
Message-ID: 11870.1198165626@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Zubkovsky, Sergey" <Sergey(dot)Zubkovsky(at)transas(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Zubkovsky, Sergey 2007-12-20 16:33:01 Re: ERROR: Not enough resources are available to complete this request.
Previous Message Zubkovsky, Sergey 2007-12-20 13:26:16 Re: ERROR: Not enough resources are available to complete this request.