]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix options listing of pg_restore --no-globals
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 4 May 2026 10:00:22 +0000 (12:00 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 4 May 2026 10:00:22 +0000 (12:00 +0200)
commitabff4492d0246a3de9053b3cb60a7076c3800dba
tree09cc5fc404b66678a1777b897ac58d96c52cbf1c
parentb83a94a73bc3488119bb2517b0c1406be8a50545
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.
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/pg_restore.c