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_10_6~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfd840f105506db988566436c1559866bd73ab55;p=thirdparty%2Fpostgresql.git 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 59b04f72747..ed28e94545c 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.