From 0dfba4e98f7ef724839a6f446d96040645b9b487 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 27 Oct 2009 14:00:15 +0000 Subject: [PATCH] Fix documentation on the toast.fillfactor reloption: it doesn't exist. Per note from Zoltan Boszormenyi. --- doc/src/sgml/ref/create_table.sgml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 64971752eb..ad64cd32b7 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -695,8 +695,8 @@ and table_constraint is: PRIMARY KEY constraint. Storage parameters for indexes are documented in . The storage parameters currently - available for tables are listed below. For each parameter, there is an - additional, identically named parameter, prefixed with + available for tables are listed below. For each parameter, unless noted, + there is an additional, identically named parameter, prefixed with toast. which can be used to control the behavior of the supplementary storage table, if any; see . Note that the supplementary storage table inherits the @@ -707,7 +707,7 @@ and table_constraint is: - fillfactor, toast.fillfactor (integer) + fillfactor (integer) The fillfactor for a table is a percentage between 10 and 100. @@ -719,7 +719,8 @@ and table_constraint is: original, which is more efficient than placing it on a different page. For a table whose entries are never updated, complete packing is the best choice, but in heavily updated tables smaller fillfactors are - appropriate. + appropriate. This parameter cannot be set for the supplementary + storage table. @@ -833,7 +834,7 @@ and table_constraint is: - autovacuum_freeze_table_age (integer) + autovacuum_freeze_table_age, toast.autovacuum_freeze_table_age (integer) Custom parameter.