WITH HOLD ref cursors for plpgsql - Mailing list pgsql-novice

From Daniel Wood
Subject WITH HOLD ref cursors for plpgsql
Date
Msg-id 5122D838.1050208@salesforce.com
Whole thread Raw
Responses Re: WITH HOLD ref cursors for plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Daniel Wood
Date:
Subject: Posting to pgsql-hackers
Next
From: Bruce Momjian
Date:
Subject: Re: Posting to pgsql-hackers