diff options
author | Bruce Momjian | 2004-05-20 03:27:16 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-20 03:27:16 +0000 |
commit | 4714dcb06c8e77a05b919c1770d4c27cef08d508 (patch) | |
tree | 718ffb3cc65b9ef1775452b40cf8d96daeaf9756 | |
parent | 5f55347e3310777ff7b5769a2efb8f1cf72cec1e (diff) |
Remove item:
< * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed May 19 22:58:17 EDT 2004 +Last updated: Wed May 19 23:27:13 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -147,7 +147,6 @@ Indexes * Add FILLFACTOR to btree index creation * Add concurrency to GIST * Allow a single index to index multiple tables (for inheritance and subtables) -* Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE Commands |