Fix documentation on the toast.fillfactor reloption: it doesn't exist.
authorAlvaro Herrera
Tue, 27 Oct 2009 13:58:28 +0000 (13:58 +0000)
committerAlvaro Herrera
Tue, 27 Oct 2009 13:58:28 +0000 (13:58 +0000)
Per note from Zoltan Boszormenyi.

doc/src/sgml/ref/create_table.sgml

index 5768c4cf2e234f1a2a7faf2fe92453dcabe395bb..8e4b1bbc3129a26e52e853b605d7762e8d971a97 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -719,8 +719,8 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
     PRIMARY KEY constraint.  Storage parameters for
     indexes are documented in 
     endterm="sql-createindex-title">.  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
@@ -731,7 +731,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
    
 
    
-    fillfactortoast.fillfactor (integer)
+    fillfactor (integer)
     
      
       The fillfactor for a table is a percentage between 10 and 100.
@@ -743,7 +743,8 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
       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.
      
     
    
@@ -857,7 +858,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
    
 
    
-    autovacuum_freeze_table_age (integer)
+    autovacuum_freeze_table_agetoast.autovacuum_freeze_table_age (integer)
     
      
       Custom  parameter.