From: Bruce Momjian Date: Thu, 20 May 2004 03:27:16 +0000 (+0000) Subject: Remove item: X-Git-Tag: REL8_0_0BETA1~589 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4714dcb06c8e77a05b919c1770d4c27cef08d508;p=thirdparty%2Fpostgresql.git Remove item: < * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE --- diff --git a/doc/TODO b/doc/TODO index fbe1ee8411d..bde3fd1339c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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