From: Bruce Momjian <bruce@momjian.us> Date: Thu, 20 May 2004 02:01:00 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0BETA1~592 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ca00991393427146886f4ecb7f0e6a9e116e739;p=postgresql Add: > * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE --- diff --git a/doc/TODO b/doc/TODO index 55e97c932c..56649ee345 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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