WITH HOLD ref cursors for plpgsql

Поиск
Список
Период
Сортировка
От Daniel Wood
Тема WITH HOLD ref cursors for plpgsql
Дата
Msg-id 5122D838.1050208@salesforce.com
обсуждение исходный текст
Ответы Re: WITH HOLD ref cursors for plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I believe that WITH HOLD cursors was once on a TODO list for plpgsql
along with scrollable cursors.  When scrollable cursors was implemented,
but not WITH HOLD, it was dropped from the TODO list.
Robert Haas mentioned in:

http://www.postgresql.org/message-id/AANLkTikjVF6bENfxv-et75g-vHnRyy0y0B+og6BprhgQ@mail.gmail.com

that "...it's not really clear what WITH HOLD would do for you."  It
makes some sense given that procedures don't support commit/rollback.
However, you might want to return a ref cursor and it certainly might be
useful to have as a with hold cursor.

It seems that independent of the issue of support for transactions in
plpgsql we should support with hold cursors.


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

Предыдущее
От: Daniel Wood
Дата:
Сообщение: Posting to pgsql-hackers
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Posting to pgsql-hackers