mirror of
https://github.com/postgres/postgres.git
synced 2026-03-13 06:06:25 -04:00
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
|
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| t | ||
| .gitignore | ||
| Makefile | ||
| meson.build | ||
| README | ||
| test_pg_dump--1.0.sql | ||
| test_pg_dump.control | ||
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.