pgsql: pg_dump: reject combination of "only" and "with"

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: reject combination of "only" and "with"
Date: 2025-08-01 17:14:03
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: reject combination of "only" and "with"

Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ed92cf50cc428dad1732a5e604e5450d47acba3

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 19 ++++++++++++++-----
src/bin/pg_dump/pg_restore.c | 19 ++++++++++++++-----
src/bin/pg_dump/t/002_pg_dump.pl | 18 +++++++++++-------
3 files changed, 39 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-08-01 17:14:10 pgsql: pg_dump: reject combination of "only" and "with"
Previous Message Heikki Linnakangas 2025-08-01 16:10:32 pgsql: libpq: Complain about missing BackendKeyData later with PGgetCan