proposal - new SPI cursor function

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: proposal - new SPI cursor function
Date: 2007-01-03 17:30:48
Message-ID: BAY114-F784DCAE0D3FF4B7B04306F9B90@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I am working on support scrollable cursors in plpgpsm. Scrollable cursors
are in ToDo for plpgsql too. I need new function
SPI_cursor_fetch_with_direction(Portal portal, int direction, long count)
where is possible set direction of fetch statement.

any comments?

Regards

Pavel Stehule

_________________________________________________________________
Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci.
http://messenger.msn.cz/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-01-03 17:47:30 Re: Operator class group proposal
Previous Message Markus Schiltknecht 2007-01-03 16:37:44 Re: InitPostgres and flatfiles question