]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Thu, 24 Aug 2006 16:38:13 +0000 (16:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 24 Aug 2006 16:38:13 +0000 (16:38 +0000)
> * Allow inlining of set-returning functions

doc/TODO
doc/src/FAQ/TODO.html

index 7ae0b5fc971e912e365adf517a6ac787ccf6a6f2..175b2752d9c09819a42498d00e13c5576eef66a3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-Last updated:          Wed Aug 23 14:31:52 EDT 2006
+Last updated:          Thu Aug 24 12:38:05 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -364,6 +364,7 @@ Functions
 * -Allow user-defined functions retuning a domain value to enforce domain
   constraints
 * Add SPI_gettypmod() to return the typemod for a TupleDesc
+* Allow inlining of set-returning functions
 
 
 Multi-Language Support
index bb7932e5370e19cb37407e1716b4693855ce4038..7d894720465a010e7b19e72f49288570f4ecd917 100644 (file)
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Wed Aug 23 14:31:52 EDT 2006
+Last updated:           Thu Aug 24 12:38:05 EDT 2006
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -337,6 +337,7 @@ first.
   </li><li>-<em>Allow user-defined functions retuning a domain value to enforce domain</em>
   constraints
   </li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
+  </li><li>Allow inlining of set-returning functions
 </li></ul>
 <h1><a name="section_6">Multi-Language Support</a></h1>