diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-12-21 19:45:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-12-21 19:45:07 +0000 |
commit | 84f26edfff981716156a79e2823be76f6c509d44 (patch) | |
tree | f824219efb9d3547afcf5573607346b3a3d2a129 | |
parent | 7f72b31ba0794a11be02eefa269553672fcf114d (diff) | |
download | postgresql-84f26edfff981716156a79e2823be76f6c509d44.tar.gz postgresql-84f26edfff981716156a79e2823be76f6c509d44.zip |
Update TODO list.
Index: TODO
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
retrieving revision 1.307
diff -r1.307 TODO
3c3
< Last updated: Thu Dec 21 14:12:04 EST 2000
---
> Last updated: Thu Dec 21 14:45:00 EST 2000
32d31
< * Prevent BETWEEN from using duplicate nodes
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |