Add "--exclude-extension" to pg_dump's options.
Dean Rasheed <dean.a.rasheed@gmail.com>
Add "--exclude-extension" to pg_dump's options. This option (or equivalently specifying "exclude extension pattern" in a filter file) allows extensions matching the specified pattern to be excluded from the dump. Ayush Vatsa, reviewed by Junwang Zhao, Dean Rasheed, and Daniel Gustafsson. Discussion: https://postgr.es/m/CACX+KaP=VgVy9h-EUh598DTu+-fNr1jyEmpghC8rRp9s=w33Kg@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dump.sgml | modified | +28 −6 |
| src/bin/pg_dump/pg_dump.c | modified | +32 −1 |
| src/test/modules/test_pg_dump/t/001_base.pl | modified | +79 −9 |
Documentation touched
Discussion
- Proposal to include --exclude-extension Flag in pg_dump 15 messages · 2023-12-25 → 2024-06-10