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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix options listing of pg_restore --no-globals
Date: 2026-05-04 10:06:28
Message-ID: E1wJqC4-000JaH-3A@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amul Sul 2026-05-04 11:16:24 Re: pgsql: pg_verifybackup: Enable WAL parsing for tar-format backups
Previous Message Peter Eisentraut 2026-05-04 09:58:09 pgsql: Add missing serial commas