diff options
author | David Rowley <drowley@postgresql.org> | 2022-04-13 11:18:54 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2022-04-13 11:18:54 +1200 |
commit | 0f0b76b67a064083c77a25a307592c55ab5f2930 (patch) | |
tree | b4f24c55da9aad8dcd2dd8f9c21066bb238f5bec | |
parent | aa36e7dd38d35b81d978ab94cd7a6fd3dc2d23c5 (diff) | |
download | postgresql-0f0b76b67a064083c77a25a307592c55ab5f2930.tar.gz postgresql-0f0b76b67a064083c77a25a307592c55ab5f2930.zip |
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.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 f024c3ef259..8cda8d16d17 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> |