File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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: Tue Nov 14 17:26:31 EST 2006
5
+ Last updated: Thu Nov 23 00:01:42 EST 2006
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.
@@ -337,6 +337,7 @@ Functions
337
337
338
338
* Add SPI_gettypmod() to return the typemod for a TupleDesc
339
339
* Allow inlining of set-returning functions
340
+ * Allow SQL-language functions to return results from RETURNING queries
340
341
341
342
342
343
Multi-Language Support
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: Tue Nov 14 17:26:31 EST 2006
11
+ Last updated: Thu Nov 23 00:01:42 EST 2006
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 > .
@@ -312,6 +312,7 @@ <h1><a name="section_5">Functions</a></h1>
312
312
</ li > </ ul >
313
313
</ li > < li > Add SPI_gettypmod() to return the typemod for a TupleDesc
314
314
</ li > < li > Allow inlining of set-returning functions
315
+ </ li > < li > Allow SQL-language functions to return results from RETURNING queries
315
316
</ li > </ ul >
316
317
< h1 > < a name ="section_6 "> Multi-Language Support</ a > </ h1 >
317
318
You can’t perform that action at this time.
0 commit comments