From c6ed4ead010395fdaeb2a5b83d425fdc30857c9e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 17 Feb 2007 01:35:41 +0000 Subject: [PATCH] Add: > > o Allow row and record variables to be set to NULL constants, > and allow NULL tests on such variables > > Because a row is not scalar, do not allow assignment > from NULL-valued scalars. --- doc/TODO | 8 +++++++- doc/src/FAQ/TODO.html | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index bd5bd7d612..949312196d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Feb 16 17:19:57 EST 2007 +Last updated: Fri Feb 16 20:35:38 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -736,6 +736,12 @@ SQL Commands http://archives.postgresql.org/pgsql-patches/2006-02/msg00165.php + o Allow row and record variables to be set to NULL constants, + and allow NULL tests on such variables + + Because a row is not scalar, do not allow assignment + from NULL-valued scalars. + o Other o Add table function support to pltcl, plpython o Add support for polymorphic arguments and return types to diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f5c12701b5..8aa3da6b21 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: Fri Feb 16 17:19:57 EST 2007 +Last updated: Fri Feb 16 20:35:38 EST 2007

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

  • Fix problems with RETURN NEXT on tables with dropped/added columns after function creation

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

    +
  • Allow row and record variables to be set to NULL constants, + and allow NULL tests on such variables +

    Because a row is not scalar, do not allow assignment + from NULL-valued scalars.

  • Other -- 2.40.0