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(-)