Fix options listing of pg_restore --no-globals

Peter Eisentraut <peter@eisentraut.org>

Commit: abff4492d0246a3de9053b3cb60a7076c3800dba
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2026-05-04T10:00:22Z
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.

Files

PathChange+/−
doc/src/sgml/ref/pg_restore.sgml modified +17 −17
src/bin/pg_dump/pg_restore.c modified +1 −1