summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-08-24 16:38:13 +0000
committerBruce Momjian <bruce@momjian.us>2006-08-24 16:38:13 +0000
commit726ede7370b91a01432010f503e262f68370fc2b (patch)
tree4999ee8e32b4572c4ee2e3e2a8a3b3ac9ded467a /doc/TODO
parente96df81b17c228dd90ee21169121bbe740c530dc (diff)
downloadpostgresql-726ede7370b91a01432010f503e262f68370fc2b.tar.gz
Add:
> * Allow inlining of set-returning functions
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 7ae0b5fc97..175b2752d9 100644
--- 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