From: Michael Paquier Date: Mon, 23 Mar 2020 04:38:30 +0000 (+0900) Subject: Doc: Fix type of some storage parameters in CREATE TABLE page X-Git-Tag: REL9_6_18~57 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ce5ed3806ec69a304be208d86047cc4008a1ab8f;p=postgresql.git Doc: Fix type of some storage parameters in CREATE TABLE page autovacuum_vacuum_scale_factor and autovacuum_analyze_scale_factor have been documented as "float4", but "floating type" is used in this case for GUCs and relation options in the documentation. Author: Atsushi Torikoshi Discussion: https://postgr.es/m/CACZ0uYFf_p9BpbjLccx3CA=eM1Hk2Te=ULY4iptGLUhL-JxCPA@mail.gmail.com Backpatch-through: 9.5 --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index f3673f85be5..4964c46213a 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -963,7 +963,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI - autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (float4) + autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (floating point) Per-table value for @@ -983,7 +983,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI - autovacuum_analyze_scale_factor (float4) + autovacuum_analyze_scale_factor (floating point) Per-table value for