From: Bruce Momjian Date: Tue, 3 Apr 2007 15:51:36 +0000 (+0000) Subject: Done: X-Git-Tag: REL8_3_BETA1~890 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb4279e99cf71c27c132a75ed62a08395329b496;p=thirdparty%2Fpostgresql.git Done: > o -Allow PL/PythonU to return boolean rather than 1/0 --- diff --git a/doc/TODO b/doc/TODO index 8226f828b6c..525b1220187 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Apr 3 00:11:58 EDT 2007 +Last updated: Tue Apr 3 11:51:25 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -795,9 +795,7 @@ SQL Commands http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php - o Allow PL/PythonU to return boolean rather than 1/0 - - http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php + o -Allow PL/PythonU to return boolean rather than 1/0 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 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Apr 3 00:11:58 EDT 2007 +Last updated: Tue Apr 3 11:51:25 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -709,9 +709,7 @@ first. There is also a developer's wiki at

  • Add PL/PythonU tracebacks

    http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php

    -
  • Allow PL/PythonU to return boolean rather than 1/0 -

    http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php -

    +
  • -Allow PL/PythonU to return boolean rather than 1/0