aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index dfde25beaae..c418e35e27b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Dec 15 17:44:57 EST 2000
+Last updated: Thu Dec 21 14:12:04 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -29,6 +29,7 @@ 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