> * Fix IS OF so it matches the ISO specification, and add documentation
>
>   http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
>   http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php
This commit is contained in:
Bruce Momjian 2007-02-20 14:17:24 +00:00
parent 8272fc3f7b
commit 265124e7e0
2 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Feb 19 22:47:00 EST 2007
Last updated: Tue Feb 20 09:17:18 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -380,6 +380,10 @@ Functions
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php
* Fix IS OF so it matches the ISO specification, and add documentation
http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php

View File

@ -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: Mon Feb 19 22:47:00 EST 2007
Last updated: Tue Feb 20 09:17:18 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>.
@ -346,6 +346,10 @@ first. There is also a developer's wiki at<br/>
</li><li>Allow holdable cursors in SPI
</li><li>Tighten function permission checks
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php</a>
</p>
</li><li>Fix IS OF so it matches the ISO specification, and add documentation
<p> <a href="http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php">http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php</a>
<a href="http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php</a>
</p>
</li></ul>
<h1><a name="section_6">Multi-Language Support</a></h1>