Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Jul 2004 19:52:03 +0000 (19:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Jul 2004 19:52:03 +0000 (19:52 +0000)
> * Fix data types where equality comparison isn't intuitive, e.g. box

doc/TODO

index 2b05d4008e23ec6692ec5aa23ef4fd32ed854a18..cd7ac7b2e2fede22b8033650325e6572c467a39e 100644 (file)
--- 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:      Tue Jul 20 15:37:35 EDT 2004
+Last updated:      Tue Jul 20 15:52:00 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
 
@@ -82,6 +82,7 @@ Data Types
 * Allow substring/replace() to get/set bit values
 * Add GUC variable to allow output of interval values in ISO8601 format
 * Support composite types as table columns
+* Fix data types where equality comparison isn't intuitive, e.g. box
 
 
 * ARRAYS