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

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add "--exclude-extension" to pg_dump's options.
Date: 2024-03-20 08:10:12
Message-ID: E1rmr1Y-004jgn-EO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-03-20 08:14:25 pgsql: Remove unused PruneState member rel
Previous Message Heikki Linnakangas 2024-03-20 07:16:05 pgsql: Remove assertions that some compiler say are tautological