Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e95fc0

Browse files
committed
Pl/pgsql MOVE done:
< o Add support for MOVE and SCROLL cursors < < PL/pgSQL cursors should support the same syntax as < backend cursors. < > o -Add support for MOVE cursors > o Add support for SCROLL cursors
1 parent 8690ebc commit 5e95fc0

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

doc/TODO

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sun Apr 22 09:28:30 EDT 2007
5+
Last updated: Sun Apr 29 02:48:05 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -750,11 +750,8 @@ SQL Commands
750750
http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php
751751

752752
o Add single-step debugging of functions
753-
o Add support for MOVE and SCROLL cursors
754-
755-
PL/pgSQL cursors should support the same syntax as
756-
backend cursors.
757-
753+
o -Add support for MOVE cursors
754+
o Add support for SCROLL cursors
758755
o Add support for WITH HOLD cursors
759756
o Allow RETURN to return row or record functions
760757

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sun Apr 22 09:28:30 EDT 2007
11+
Last updated: Sun Apr 29 02:48:05 EDT 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -669,10 +669,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
669669
<a href="http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php">http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php</a>
670670
</p>
671671
</li><li>Add single-step debugging of functions
672-
</li><li>Add support for MOVE and SCROLL cursors
673-
<p> PL/pgSQL cursors should support the same syntax as
674-
backend cursors.
675-
</p>
672+
</li><li>-<em>Add support for MOVE cursors</em>
673+
</li><li>Add support for SCROLL cursors
676674
</li><li>Add support for WITH HOLD cursors
677675
</li><li>Allow RETURN to return row or record functions
678676
<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php">http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php</a>

0 commit comments

Comments
 (0)