diff options
author | David Rowley <drowley@postgresql.org> | 2022-04-13 11:19:34 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2022-04-13 11:19:34 +1200 |
commit | e286be5d05311ec060a4359fcbc53eb98b914d42 (patch) | |
tree | 12aeec26f9f1a223be2dfa6d3cff9486e7696e9a /doc/src | |
parent | 8320a34d38e220d99eb24fbd09536b12711fb102 (diff) |
Docs: adjust pg_upgrade syntax to mark -B as optional
This was made optional in 959f6d6a1.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
Backpatch-through: 13, where -B was made optional
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 20efdd771f5..301167c0525 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -24,8 +24,7 @@ PostgreSQL documentation <command>pg_upgrade</command> <arg choice="plain"><option>-b</option></arg> <arg choice="plain"><replaceable>oldbindir</replaceable></arg> - <arg choice="plain"><option>-B</option></arg> - <arg choice="plain"><replaceable>newbindir</replaceable></arg> + <arg choice="opt"><option>-B</option> <replaceable>newbindir</replaceable></arg> <arg choice="plain"><option>-d</option></arg> <arg choice="plain"><replaceable>oldconfigdir</replaceable></arg> <arg choice="plain"><option>-D</option></arg> |