patch: Review handling of MOVE and FETCH (ToDo) - Mailing list pgsql-hackers

From Pavel Stehule
Subject patch: Review handling of MOVE and FETCH (ToDo)
Date
Msg-id 162867790908272004vdc437e1p920a90e7420f67c7@mail.gmail.com
Whole thread Raw
Responses Re: patch: Review handling of MOVE and FETCH (ToDo)  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: patch: Review handling of MOVE and FETCH (ToDo)  (Selena Deckelmann <selenamarie@gmail.com>)
List pgsql-hackers
Hello,

this small patch complete MOVE support in plpgsql and equalize plpgsql
syntax with sql syntax.

There are possible new directions:

FORWARD expr, FORWARD ALL, BACKWARD expr, BACKWARD all.

These directions are not allowed for FETCH statement, because returns more rows.

This patch is related to ToDo issue: Review handling of MOVE and FETCH

Regards
Pavel Stehule

p.s. Scrollable cursors are supported yet in plpgsql. Do you know,
somebody, why this point is in ToDo (plpgsql) still?

Attachment

pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: 8.5 release timetable, again
Next
From: Robert Haas
Date:
Subject: Re: join removal