]> granicus.if.org Git - postgresql/commitdiff
docs: Clarify pg_ctl initdb option text to match options proto.
authorBruce Momjian <bruce@momjian.us>
Sat, 25 Aug 2018 16:01:53 +0000 (12:01 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 25 Aug 2018 16:01:53 +0000 (12:01 -0400)
The options string appeared in PG 10.

Reported-by: pgsql-kr@postgresql.kr
Discussion: https://postgr.es/m/153500377658.1378.6587007319641704057@wrigleys.postgresql.org

Backpatch-through: 10

doc/src/sgml/ref/pg_ctl-ref.sgml

index 01a9ba45428a772151d98ef76c333ac5e984ad8e..304a64d6a607e92738e4cf9ab924ac8f549f88d6 100644 (file)
@@ -334,7 +334,7 @@ PostgreSQL documentation
         options being passed through.
        </para>
        <para>
-        The <replaceable>options</replaceable> should usually be surrounded by single or
+        The <replaceable>initdb-options</replaceable> should usually be surrounded by single or
         double quotes to ensure that they are passed through as a group.
        </para>
       </listitem>