Commit 0ca00991 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE
parent 254df82b
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment