aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-09-10 16:35:56 +0000
committerBruce Momjian <bruce@momjian.us>2004-09-10 16:35:56 +0000
commit856d1faac1024717b7c37665c46fd635dc52b1b4 (patch)
tree04e1904b2bad7eda6da48d9cea32f338fcf44715
parentaf7f6c0a6e9e4b5c0a930c186e41e425d7d45d8d (diff)
downloadpostgresql-856d1faac1024717b7c37665c46fd635dc52b1b4.tar.gz
postgresql-856d1faac1024717b7c37665c46fd635dc52b1b4.zip
Add:
> * Make row-wise comparisons work per SQL spec >
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 04729a50449..3d2524c4083 100644
--- 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