diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-08-25 16:30:26 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-08-25 16:30:26 -0400 |
commit | ebe30ad59bb2d127f576be07e036a473999c4b80 (patch) | |
tree | d37728e245428d8df7d3e3297b6e82e64f48b493 /doc/src/sgml/ref/postgres-ref.sgml | |
parent | bf1c866597a0e59a30b13a66f3ae505655b61853 (diff) |
pg_ctl, pg_upgrade: allow multiple -o/-O options, append them
Report by Pavel Raiskup
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index cdfdaa0b397..845d96940b0 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -288,7 +288,8 @@ PostgreSQL documentation class="parameter">extra-options</replaceable> are passed to all server processes started by this <command>postgres</command> process. If the option string contains - any spaces, the entire string must be quoted. + any spaces, the entire string must be quoted; multiple + option invocations are appended. </para> <para> |