pgsql: pg_dumpall: Add --sequence-data.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dumpall: Add --sequence-data.
Date: 2025-05-07 18:37:52
Message-ID: E1uCjeR-000ePN-2c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/aBE8rHFo922xQUwh%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/acea3fc49f006a08e6c540ac0bacc2c2577a5ff9

Modified Files
--------------
doc/src/sgml/ref/pg_dumpall.sgml | 11 +++++++++++
src/bin/pg_dump/pg_dumpall.c | 5 +++++
2 files changed, 16 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2025-05-07 19:18:11 pgsql: nbtree: tighten up array recheck rules.
Previous Message Aleksander Alekseev 2025-05-07 10:35:01 Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback