From ebe30ad59bb2d127f576be07e036a473999c4b80 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 25 Aug 2014 16:30:26 -0400 Subject: pg_ctl, pg_upgrade: allow multiple -o/-O options, append them Report by Pavel Raiskup --- doc/src/sgml/pgupgrade.sgml | 6 ++++-- doc/src/sgml/ref/pg_ctl-ref.sgml | 3 ++- doc/src/sgml/ref/postgres-ref.sgml | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index b79f0db7de4..dd57c5ca5ad 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -130,14 +130,16 @@ options options options to be passed directly to the - old postgres command + old postgres command; multiple + option invocations are appended options options options to be passed directly to the - new postgres command + new postgres command; multiple + option invocations are appended diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 23681294b87..29f882bd76e 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -302,7 +302,8 @@ PostgreSQL documentation Specifies options to be passed directly to the - postgres command. + postgres command; multiple + option invocations are appended. The options should usually be surrounded by single or double 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 are passed to all server processes started by this postgres 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. -- cgit v1.2.3