Add "--exclude-extension" to pg_dump's options.
authorDean Rasheed
Wed, 20 Mar 2024 08:05:44 +0000 (08:05 +0000)
committerDean Rasheed
Wed, 20 Mar 2024 08:05:44 +0000 (08:05 +0000)
commit522ed12f7c600243870b13d9ff59f8fd5af10978
tree27dd4d18d02ee32efc4c515715561a78efb837ee
parentd63d486d6c393817810d0477569fc657c388bfb2
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
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c
src/test/modules/test_pg_dump/t/001_base.pl