diff options
author | Bruce Momjian | 2007-02-21 01:08:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-02-21 01:08:58 +0000 |
commit | 62a19a7bb61995194f32180ae58f019401c68166 (patch) | |
tree | 99d2e850764a938b268e6a68e1c6ee64d48e5105 | |
parent | 63054ec1609acdbac9f886b19f8b8816e7b26ef0 (diff) |
Add URL for:
o Allow row and record variables to be set to NULL constants,
and allow NULL tests on such variables
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian ([email protected]) -Last updated: Tue Feb 20 18:39:00 EST 2007 +Last updated: Tue Feb 20 20:08:47 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -764,6 +764,7 @@ SQL Commands Because a row is not scalar, do not allow assignment from NULL-valued scalars. + http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php o Other o Add table function support to pltcl, plpython diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b4f476e364..e7b3f60651 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:[email protected]">[email protected]</a>)<br/> -Last updated: Tue Feb 20 18:39:00 EST 2007 +Last updated: Tue Feb 20 20:08:47 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>. @@ -683,6 +683,7 @@ first. There is also a developer's wiki at<br/> and allow NULL tests on such variables <p> Because a row is not scalar, do not allow assignment from NULL-valued scalars. + <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php</a> </p> </li></ul> </li><li>Other |