Re: Checking cursor's state in plpgsql

From: Sibtay Abbas <sibtay(at)gmail(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Checking cursor's state in plpgsql
Date: 2005-04-14 09:32:56
Message-ID: bd6a3551050414023259e54c10@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

thankz :-)

On 4/10/05, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> Sibtay Abbas wrote:
> > Hello all
> >
> > Can we check whether a cursor is OPEN or not in plpgsql.
> > Like in oracle you can check a CURSOR'S state with <CURSOR_VAR>%ISOPEN
> >
> No, but we do have a TODO item:
>
> o Allow pooled connections to list all open WITH HOLD cursors
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Rylander 2005-04-14 11:15:39 Re: psql vs perl prepared inserts
Previous Message Peter Eisentraut 2005-04-14 09:04:47 Re: PostgreSQL 8.0.2 Now Available