From: Bruce Momjian Date: Sat, 25 Aug 2018 16:01:53 +0000 (-0400) Subject: docs: Clarify pg_ctl initdb option text to match options proto. X-Git-Tag: REL_12_BETA1~1665 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7abf8ee1e841684cd51472a7476b3f6b9441e70f;p=postgresql docs: Clarify pg_ctl initdb option text to match options proto. 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 --- diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 01a9ba4542..304a64d6a6 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -334,7 +334,7 @@ PostgreSQL documentation options being passed through. - The options should usually be surrounded by single or + The initdb-options should usually be surrounded by single or double quotes to ensure that they are passed through as a group.