diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-08-24 16:38:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-08-24 16:38:13 +0000 |
commit | 726ede7370b91a01432010f503e262f68370fc2b (patch) | |
tree | 4999ee8e32b4572c4ee2e3e2a8a3b3ac9ded467a | |
parent | e96df81b17c228dd90ee21169121bbe740c530dc (diff) | |
download | postgresql-726ede7370b91a01432010f503e262f68370fc2b.tar.gz postgresql-726ede7370b91a01432010f503e262f68370fc2b.zip |
Add:
> * Allow inlining of set-returning functions
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index bb7932e5370..7d894720465 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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> |