Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26a26d9

Browse files
committed
Doc: Fix type of some storage parameters in CREATE TABLE page
autovacuum_vacuum_scale_factor and autovacuum_analyze_scale_factor havebeen documented as "float4", but "floating type" is used in this casefor GUCs and relation options in the documentation.Author: Atsushi TorikoshiDiscussion:https://postgr.es/m/CACZ0uYFf_p9BpbjLccx3CA=eM1Hk2Te=ULY4iptGLUhL-JxCPA@mail.gmail.comBackpatch-through: 9.5
1 parent2fbdebc commit26a26d9

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
@@ -1319,7 +1319,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
13191319
</varlistentry>
13201320

13211321
<varlistentry>
1322-
<term><literal>autovacuum_vacuum_scale_factor</literal>, <literal>toast.autovacuum_vacuum_scale_factor</literal> (<type>float4</type>)</term>
1322+
<term><literal>autovacuum_vacuum_scale_factor</literal>, <literal>toast.autovacuum_vacuum_scale_factor</literal> (<type>floating point</type>)</term>
13231323
<listitem>
13241324
<para>
13251325
Per-table value for <xref linkend="guc-autovacuum-vacuum-scale-factor"/>
@@ -1339,7 +1339,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
13391339
</varlistentry>
13401340

13411341
<varlistentry>
1342-
<term><literal>autovacuum_analyze_scale_factor</literal> (<type>float4</type>)</term>
1342+
<term><literal>autovacuum_analyze_scale_factor</literal> (<type>floating point</type>)</term>
13431343
<listitem>
13441344
<para>
13451345
Per-table value for <xref linkend="guc-autovacuum-analyze-scale-factor"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp