Add "--exclude-extension" to pg_dump's options.

Dean Rasheed <dean.a.rasheed@gmail.com>

Commit: 522ed12f7c600243870b13d9ff59f8fd5af10978
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Date: 2024-03-20T08:05:44Z
Releases: 17.0
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

Documentation touched

Discussion