Fix options listing of pg_restore --no-globals
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-05-04T10:00:22Z
Releases:
19 (unreleased)
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_restore.sgml | modified | +17 −17 |
| src/bin/pg_dump/pg_restore.c | modified | +1 −1 |