summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-04-13 11:20:06 +1200
committerDavid Rowley <drowley@postgresql.org>2022-04-13 11:20:06 +1200
commit9144fa27dd7f0ad3a5ef818adb819c5375519115 (patch)
treeffbe17d151ddd8bdda8df3615b2352660a13c23a
parent71e0736b6577962874ef3becd09cd74a43ffd92f (diff)
downloadpostgresql-9144fa27dd7f0ad3a5ef818adb819c5375519115.tar.gz
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
-rw-r--r--doc/src/sgml/ref/pgupgrade.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 7e3158685d..01a212890e 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>