Skip to content

Commit 48f57ef

Browse files
committed
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
1 parent 0a6c9c6 commit 48f57ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ FROM ( { <replaceable class="PARAMETER">numeric_literal</replaceable> | <replace
11981198
</varlistentry>
11991199

12001200
<varlistentry>
1201-
<term><literal>autovacuum_vacuum_scale_factor</>, <literal>toast.autovacuum_vacuum_scale_factor</literal> (<type>float4</>)</term>
1201+
<term><literal>autovacuum_vacuum_scale_factor</>, <literal>toast.autovacuum_vacuum_scale_factor</literal> (<type>floating point</>)</term>
12021202
<listitem>
12031203
<para>
12041204
Per-table value for <xref linkend="guc-autovacuum-vacuum-scale-factor">
@@ -1218,7 +1218,7 @@ FROM ( { <replaceable class="PARAMETER">numeric_literal</replaceable> | <replace
12181218
</varlistentry>
12191219

12201220
<varlistentry>
1221-
<term><literal>autovacuum_analyze_scale_factor</> (<type>float4</>)</term>
1221+
<term><literal>autovacuum_analyze_scale_factor</> (<type>floating point</>)</term>
12221222
<listitem>
12231223
<para>
12241224
Per-table value for <xref linkend="guc-autovacuum-analyze-scale-factor">

0 commit comments

Comments
 (0)