diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-17 01:35:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-17 01:35:41 +0000 |
commit | c6ed4ead010395fdaeb2a5b83d425fdc30857c9e (patch) | |
tree | 31a01a7e8bb6f0bdac62a22612cf1d14ef6ce497 /doc/src | |
parent | 0bc81a5b58245487627004b993de1a904d54f606 (diff) | |
download | postgresql-c6ed4ead010395fdaeb2a5b83d425fdc30857c9e.tar.gz postgresql-c6ed4ead010395fdaeb2a5b83d425fdc30857c9e.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f5c12701b52..8aa3da6b213 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: Fri Feb 16 17:19:57 EST 2007 +Last updated: Fri Feb 16 20:35:38 EST 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>. @@ -659,6 +659,11 @@ first. There is also a developer's wiki at<br/> dropped/added columns after function creation <p> <a href="http://archives.postgresql.org/pgsql-patches/2006-02/msg00165.php">http://archives.postgresql.org/pgsql-patches/2006-02/msg00165.php</a> </p> + </li><li>Allow row and record variables to be set to NULL constants, + and allow NULL tests on such variables +<p> Because a row is not scalar, do not allow assignment + from NULL-valued scalars. +</p> </li></ul> </li><li>Other <ul> |