diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-08-25 12:01:53 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-08-25 12:01:53 -0400 |
commit | dfd840f105506db988566436c1559866bd73ab55 (patch) | |
tree | cc290db8ebbf99897dbd26a2a3ae9d2df76a2d12 /doc/src | |
parent | 9de7ae32cfea40e16b9e53523aa4f94f17fa2881 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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. </para> <para> - The <replaceable>options</> should usually be surrounded by single or + The <replaceable>initdb-options</> should usually be surrounded by single or double quotes to ensure that they are passed through as a group. </para> </listitem> |