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 | 7abf8ee1e841684cd51472a7476b3f6b9441e70f (patch) | |
tree | c168e6ac3740b8377745fddd49d19edc2a1f7a19 /doc/src/sgml/ref/pg_ctl-ref.sgml | |
parent | a6ca9c2a1bd0d57e8f359504e91ee0208f65ed58 (diff) | |
download | postgresql-7abf8ee1e841684cd51472a7476b3f6b9441e70f.tar.gz postgresql-7abf8ee1e841684cd51472a7476b3f6b9441e70f.zip |
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/sgml/ref/pg_ctl-ref.sgml')
-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 01a9ba45428..304a64d6a60 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</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> |