diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-04-03 15:51:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-04-03 15:51:36 +0000 |
commit | fb4279e99cf71c27c132a75ed62a08395329b496 (patch) | |
tree | 582797ad2cf251490630c0187d56b74b19e7924c /doc/src | |
parent | bfe8b89e41850b67e2dedf117594daa8c9fbafbc (diff) | |
download | postgresql-fb4279e99cf71c27c132a75ed62a08395329b496.tar.gz postgresql-fb4279e99cf71c27c132a75ed62a08395329b496.zip |
Done:
> o -Allow PL/PythonU to return boolean rather than 1/0
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 53e098a63a8..021a8abc2fc 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: Tue Apr 3 00:11:58 EDT 2007 +Last updated: Tue Apr 3 11:51:25 EDT 2007 </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>. @@ -709,9 +709,7 @@ first. There is also a developer's wiki at<br/> </li><li>Add PL/PythonU tracebacks <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>Allow PL/PythonU to return boolean rather than 1/0 -<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php">http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php</a> -</p> + </li><li>-<em>Allow PL/PythonU to return boolean rather than 1/0</em> </li></ul> </li></ul> </li></ul> |