Re: todo point: plpgsql - scrollable cursors are supported

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: todo point: plpgsql - scrollable cursors are supported
Date: 2010-10-07 11:25:27
Message-ID: AANLkTi=BaCAc1tE_QaSg3TiiOLtFEfg=czWB3Y506SFc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 7, 2010 at 2:38 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> 2010/10/7 Robert Haas <robertmhaas(at)gmail(dot)com>:
>> On Mon, Oct 4, 2010 at 2:52 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>>> I am thinking so you can remove a "scrollable cursor support" from
>>> ToDo for plpgsql. Scrollable cursors are supported and supported
>>> syntax are same as core SQL language.
>>
>> I agree, removed.  I also removed WITH HOLD cursors, which we seem to
>> have as well.
>
> I think so we doesn't support WITH HOLD cursor syntax yet. Maybe we
> have similar functionality. Don't know.

It's in the documentation...

http://www.postgresql.org/docs/current/static/sql-declare.html

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-10-07 11:34:40 Re: todo point: plpgsql - scrollable cursors are supported
Previous Message Shigeru HANADA 2010-10-07 11:20:56 Re: patch: SQL/MED(FDW) DDL