diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-04 17:09:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-04 17:09:54 +0000 |
commit | e505a70c7fba30ca3156dc079f520ea93add495c (patch) | |
tree | 375aa391aaf7402078cd0ba510a105cd8af94004 | |
parent | b976e92431af6d3a0985871c0cfaf2ebb0398cd9 (diff) | |
download | postgresql-e505a70c7fba30ca3156dc079f520ea93add495c.tar.gz postgresql-e505a70c7fba30ca3156dc079f520ea93add495c.zip |
Add:
>
> * Add fillfactor to control reserved free space during index creation
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Nov 4 11:53:38 EST 2004 +Last updated: Thu Nov 4 12:09:41 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -277,6 +277,8 @@ Indexes * Allow accurate statistics to be collected on indexes with more than one column +* Add fillfactor to control reserved free space during index creation + Commands ======== |