diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-05-20 02:01:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-05-20 02:01:00 +0000 |
commit | 0ca00991393427146886f4ecb7f0e6a9e116e739 (patch) | |
tree | 2ec2c2f61e471b62c1088b016b93fc2cf2184375 | |
parent | 254df82b4061ac63d7aa04b37f2a1d2f21d6d4e2 (diff) |
Add:
> * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed May 19 17:09:53 EDT 2004 +Last updated: Wed May 19 22:01:03 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -147,6 +147,7 @@ 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 |