1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

pg_ctl, pg_upgrade: allow multiple -o/-O options, append them

Report by Pavel Raiskup
This commit is contained in:
Bruce Momjian
2014-08-25 16:30:26 -04:00
parent bf1c866597
commit ebe30ad59b
5 changed files with 39 additions and 8 deletions

View File

@@ -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>