1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Remove item:

< * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
This commit is contained in:
Bruce Momjian
2004-05-20 03:27:16 +00:00
parent 5f55347e33
commit 4714dcb06c

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -147,7 +147,6 @@ Indexes
* Add FILLFACTOR to btree index creation * Add FILLFACTOR to btree index creation
* Add concurrency to GIST * Add concurrency to GIST
* Allow a single index to index multiple tables (for inheritance and subtables) * 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 Commands