diff options
Diffstat (limited to 'doc/src/sgml/pgupgrade.sgml')
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ <term><option>-o</option> <replaceable class="parameter">options</replaceable></term> <term><option>--old-options</option> <replaceable class="parameter">options</replaceable></term> <listitem><para>options to be passed directly to the - old <command>postgres</command> command</para></listitem> + old <command>postgres</command> command; multiple + option invocations are appended</para></listitem> </varlistentry> <varlistentry> <term><option>-O</option> <replaceable class="parameter">options</replaceable></term> <term><option>--new-options</option> <replaceable class="parameter">options</replaceable></term> <listitem><para>options to be passed directly to the - new <command>postgres</command> command</para></listitem> + new <command>postgres</command> command; multiple + option invocations are appended</para></listitem> </varlistentry> <varlistentry> |