postgresql/src/test/modules/test_pg_dump
Nathan Bossart 9c49f0e8cd pg_dump: Add --sequence-data.
This new option instructs pg_dump to dump sequence data when the
--no-data, --schema-only, or --statistics-only option is specified.
This was originally considered for commit a7e5457db8, but it was
left out at that time because there was no known use-case.  A
follow-up commit will use this to optimize pg_upgrade's file
transfer step.

Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/Zyvop-LxLXBLrZil%40nathan
2025-03-25 16:02:35 -05:00
..
expected Add a parse location field to struct FunctionParameter. 2024-10-31 16:09:27 -04:00
sql Improve tracking of role dependencies of pg_init_privs entries. 2024-06-17 12:55:10 -04:00
t pg_dump: Add --sequence-data. 2025-03-25 16:02:35 -05:00
.gitignore Add TAP tests for pg_dump 2016-05-06 14:06:50 -04:00
Makefile Add PGXS options to control TAP and isolation tests, take two 2018-12-03 09:27:35 +09:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
README Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP. 2020-04-17 13:41:59 -04:00
test_pg_dump--1.0.sql Don't try to dump RLS policies or security labels for extension objects. 2023-11-13 17:04:26 -05:00
test_pg_dump.control Add TAP tests for pg_dump 2016-05-06 14:06:50 -04:00

test_pg_dump is an extension explicitly to test pg_dump when
extensions are present in the system.

We also make use of this module to test ALTER EXTENSION ADD/DROP.