pgsql crollable cursor doesn't support one form of postgresql's cursors - Mailing list pgsql-hackers

From Pavel Stehule
Subject pgsql crollable cursor doesn't support one form of postgresql's cursors
Date
Msg-id BAY114-F1658F0F4A608E1FD63C960F9570@phx.gbl
Whole thread Raw
Responses Re: pgsql crollable cursor doesn't support one form of postgresql's cursors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello,

I found one unsupported form plpgsql's fetch statement which is  supported 
by postgresql.

PostgreSQL knows
FETCH 3 FROM ....

but plpgsql needs everytime direction's keyword. It's need small fix. I am 
sorry.

Regards
Pavel Stehule

_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/



pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: unclean SPI_scroll_cursor_move documentation, is SPI_tuptable valid?
Next
From: "Florian G. Pflug"
Date:
Subject: [PATCH] A crash and subsequent recovery of the master can cause the slave to get out-of-sync