Add:
authorBruce Momjian
Thu, 24 Aug 2006 16:38:13 +0000 (16:38 +0000)
committerBruce Momjian
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 ([email protected])
-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 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -337,6 +337,7 @@ first.
   
  • -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