Re: pg_dump --with-* options - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: pg_dump --with-* options
Date
Msg-id CADkLM=e44492u=MxGQ845hi4pBxo3C4acMkrs+XSVh5tXdWBag@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump --with-* options  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
One of the challenges in the current case is that it is not obvious how
--with-data, --no-data, --data-only etc. are connected.  If that were
clearer, then the way these options should combine or conflict would
hopefully follow somewhat naturally.

They all should be mutually exclusive, and usage of any two of them should raise an error, hence order not mattering.

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Suggestions for improving \conninfo output in v18
Next
From: Andy Fan
Date:
Subject: Re: Expression push down from Join Node to below node.