mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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.
This commit is contained in:
8
doc/TODO
8
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
|
||||
|
Reference in New Issue
Block a user