pgsql: Fix options listing of pg_restore --no-globals

Started by Peter Eisentraut3 months ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Fix options listing of pg_restore --no-globals

The new pg_restore option --no-globals (commit 3c19983cc08) appeared
out of order in the documentation and help output. Fix that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/abff4492d0246a3de9053b3cb60a7076c3800dba

Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml | 34 +++++++++++++++++-----------------
src/bin/pg_dump/pg_restore.c | 2 +-
2 files changed, 18 insertions(+), 18 deletions(-)