]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 14:17:24 +0000 (14:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 14:17:24 +0000 (14:17 +0000)
> * 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

doc/TODO
doc/src/FAQ/TODO.html

index af1dbc1bbb986c7414095d0b82a098ec1b40800a..0c5471d656c64d7c64a8580e6fe5f0bd133df6ce 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
 
 
 
index 56f3aaf84debcab44b91caacffa90992b5d9225b..eee6a8aab19dd9b603b5db6881fbd3ce5a49d5aa 100644 (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>