]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Fri, 10 Sep 2004 16:35:56 +0000 (16:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 10 Sep 2004 16:35:56 +0000 (16:35 +0000)
> * Make row-wise comparisons work per SQL spec
>

doc/TODO

index 04729a5044959662ca0f7d7d9da8794dd90e9064..3d2524c408337b49c62521e45a1920a99937765b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Fri Sep 10 06:03:35 EDT 2004
+Last updated:          Fri Sep 10 12:35:50 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
 
@@ -357,6 +357,8 @@ Commands
 
   When enabled, this would allow errors in multi-statement transactions 
   to be automatically ignored.
+* Make row-wise comparisons work per SQL spec
+
 
 * ALTER
        o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT