Re: Checking cursor's state in plpgsql

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Checking cursor's state in plpgsql
Дата
Msg-id 200504100422.j3A4MsP27316@candle.pha.pa.us
обсуждение исходный текст
Ответ на Checking cursor's state in plpgsql  (Sibtay Abbas <sibtay@gmail.com>)
Ответы Re: Checking cursor's state in plpgsql  (Sibtay Abbas <sibtay@gmail.com>)
Список pgsql-general
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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bob Henkel
Дата:
Сообщение: Re: Table inheritance or LIKE table?
Следующее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Lost in Foreign Key land