pgsql: Add "--exclude-extension" to pg_dump's options. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Add "--exclude-extension" to pg_dump's options.
Date
Msg-id E1rmr1Y-004jgn-EO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/522ed12f7c600243870b13d9ff59f8fd5af10978

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml               | 34 +++++++++--
src/bin/pg_dump/pg_dump.c                   | 33 ++++++++++-
src/test/modules/test_pg_dump/t/001_base.pl | 88 ++++++++++++++++++++++++++---
3 files changed, 139 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove assertions that some compiler say are tautological
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Reorganize heap_page_prune() function comment