pg_dumpall: Add --sequence-data.

Nathan Bossart <nathan@postgresql.org>

Commit: acea3fc49f006a08e6c540ac0bacc2c2577a5ff9
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-05-07T18:36:51Z
Releases: 18.0
pg_dumpall: Add --sequence-data.

I recently added this option to pg_dump, but I forgot to add it to
pg_dumpall, too.  There's probably little use for it at the moment,
but we will need it if/when we teach pg_upgrade to use pg_dumpall
to dump the database schemas.

Oversight in commit 9c49f0e8cd.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/aBE8rHFo922xQUwh%40nathan

Files

PathChange+/−
doc/src/sgml/ref/pg_dumpall.sgml modified +11 −0
src/bin/pg_dump/pg_dumpall.c modified +5 −0

Documentation touched

Discussion