From acea3fc49f006a08e6c540ac0bacc2c2577a5ff9 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Wed, 7 May 2025 13:36:51 -0500 Subject: 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 Discussion: https://postgr.es/m/aBE8rHFo922xQUwh%40nathan --- doc/src/sgml/ref/pg_dumpall.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 5df4b04287b..8c5141d036c 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -695,6 +695,17 @@ exclude database PATTERN + + + + + Include sequence data in the dump. This is the default behavior except + when , , or + is specified. + + + + -- cgit v1.2.3