mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Add URL for:
o Allow row and record variables to be set to NULL constants, and allow NULL tests on such variables
This commit is contained in:
parent
272b6ef20d
commit
80ab3e0d34
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -764,6 +764,7 @@ SQL Commands
|
|||||||
|
|
||||||
Because a row is not scalar, do not allow assignment
|
Because a row is not scalar, do not allow assignment
|
||||||
from NULL-valued scalars.
|
from NULL-valued scalars.
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
|
||||||
|
|
||||||
o Other
|
o Other
|
||||||
o Add table function support to pltcl, plpython
|
o Add table function support to pltcl, plpython
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Tue Feb 20 18:39:00 EST 2007
|
Last updated: Tue Feb 20 20:08:47 EST 2007
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<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
|
and allow NULL tests on such variables
|
||||||
<p> Because a row is not scalar, do not allow assignment
|
<p> Because a row is not scalar, do not allow assignment
|
||||||
from NULL-valued scalars.
|
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>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>Other
|
</li><li>Other
|
||||||
|
Loading…
x
Reference in New Issue
Block a user