summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-09 00:33:28 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-09 00:33:28 +0000
commitd157f4c26aa0e6984e87524a479684edc7f5f2e2 (patch)
tree813574bf76071b4b20d0ac0e09e5b5837642bed1
parente95130e882962b5381512bb628f44462c952fdbb (diff)
Add newline.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index edfeb41d222..1121710ed0b 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 Oct 8 12:28:20 EDT 2004
+Last updated: Fri Oct 8 20:33:19 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -324,6 +324,7 @@ Commands
When enabled, this would allow errors in multi-statement transactions
to be automatically ignored.
+
* Make row-wise comparisons work per SQL spec