summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-07-20 19:52:03 +0000
committerBruce Momjian2004-07-20 19:52:03 +0000
commit5406955541c73d3acf3c6ef496b5218448ca1aad (patch)
tree7e21c4316729f4e3b0415a1272a9611e83f13bfa
parent3df8b47a5efa0450d0e8a7814a4a601c0e2c5321 (diff)
Add:
> * Fix data types where equality comparison isn't intuitive, e.g. box
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 2b05d4008e2..cd7ac7b2e2f 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: 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