summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-02-20 14:17:24 +0000
committerBruce Momjian <bruce@momjian.us>2007-02-20 14:17:24 +0000
commit265124e7e06a73724b430f946f0e25addc6c0bf4 (patch)
tree1c3ec975e9963c12c94f56608fa9d60f486ed59d
parent8272fc3f7bef43fe0a07913d17ef4ebec82f9d16 (diff)
Add:
> * 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
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html6
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index af1dbc1bbb9..0c5471d656c 100644
--- 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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 56f3aaf84de..eee6a8aab19 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: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>.
@@ -347,6 +347,10 @@ first. There is also a developer's wiki at<br/>
</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>