File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Mon Apr 2 13:18:40 EDT 2007
5
+ Last updated: Mon Apr 2 16:10:03 EDT 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -751,9 +751,11 @@ SQL Commands
751
751
PL/pgSQL cursors should support the same syntax as
752
752
backend cursors.
753
753
754
- o Allow PL/ RETURN to return row or record functions
754
+ o Allow RETURN to return row or record functions
755
755
756
756
http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php
757
+ http://archives.postgresql.org/pgsql-patches/2006-08/msg00397.php
758
+ http://archives.postgresql.org/pgsql-hackers/2006-09/msg00388.php
757
759
758
760
o Fix problems with RETURN NEXT on tables with
759
761
dropped/added columns after function creation
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Mon Apr 2 13:18:40 EDT 2007
11
+ Last updated: Mon Apr 2 16:10:03 EDT 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -670,8 +670,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
670
670
< p > PL/pgSQL cursors should support the same syntax as
671
671
backend cursors.
672
672
</ p >
673
- </ li > < li > Allow PL/ RETURN to return row or record functions
673
+ </ li > < li > Allow RETURN to return row or record functions
674
674
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php "> http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php</ a >
675
+ < a href ="http://archives.postgresql.org/pgsql-patches/2006-08/msg00397.php "> http://archives.postgresql.org/pgsql-patches/2006-08/msg00397.php</ a >
676
+ < a href ="http://archives.postgresql.org/pgsql-hackers/2006-09/msg00388.php "> http://archives.postgresql.org/pgsql-hackers/2006-09/msg00388.php</ a >
675
677
</ p >
676
678
</ li > < li > Fix problems with RETURN NEXT on tables with
677
679
dropped/added columns after function creation
You can’t perform that action at this time.
0 commit comments