diff options
-rw-r--r-- | doc/TODO | 5 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -2,7 +2,7 @@ z PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat May 5 11:39:57 EDT 2007 +Last updated: Sat May 12 18:06:42 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -781,7 +781,10 @@ SQL Commands http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php o -Allow PL/PythonU to return boolean rather than 1/0 + o Allow data to be passed in native language formats, rather + than only text + http://archives.postgresql.org/pgsql-hackers/2007-05/msg00289.php Clients diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2ed075d4ae2..b7c32900eb1 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -10,7 +10,7 @@ PostgreSQL TODO List </p><hr/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Sat May 5 11:39:57 EDT 2007 +Last updated: Sat May 12 18:06:42 EDT 2007 <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>. @@ -700,6 +700,10 @@ first. There is also a developer's wiki at<br/> <p> <a href="http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php">http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php</a> </p> </li><li>-<em>Allow PL/PythonU to return boolean rather than 1/0</em> + </li><li>Allow data to be passed in native language formats, rather + than only text +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-05/msg00289.php">http://archives.postgresql.org/pgsql-hackers/2007-05/msg00289.php</a> +</p> </li></ul> </li></ul> </li></ul> |