aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index c418e35e27b..187945d05f6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Dec 21 14:12:04 EST 2000
+Last updated: Thu Dec 21 14:45:00 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -29,7 +29,6 @@ PARSER
* -redesign INSERT ... SELECT to have two levels of target list
* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
* SELECT col::DECIMAL(12,10); fails
-* Prevent BETWEEN from using duplicate nodes
VIEWS