public inbox for [email protected]
help / color / mirror / Atom feedFrom: Jeff Davis <[email protected]>
To: [email protected]
Subject: pgsql: Add pg_dump --with-{schema|data|statistics} options.
Date: Wed, 26 Mar 2025 00:38:10 +0000
Message-ID: <[email protected]> (raw)
Add pg_dump --with-{schema|data|statistics} options.
By adding the positive variants of options, in addition to the
negative variants that already exist, users can be explicit about what
pg_dump should produce.
Discussion: https://postgr.es/m/[email protected]
Reviewed-by: Corey Huinker <[email protected]>
Reviewed-by: Andres Freund <[email protected]>
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/bde2fb797aaebcbe06bf60f330ba5a068f17dda7
Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 27 ++++++++++++++++++++++
doc/src/sgml/ref/pg_dumpall.sgml | 27 ++++++++++++++++++++++
doc/src/sgml/ref/pg_restore.sgml | 27 ++++++++++++++++++++++
src/bin/pg_dump/pg_dump.c | 49 ++++++++++++++++++++++++++++++++++++----
src/bin/pg_dump/pg_dumpall.c | 15 ++++++++++++
src/bin/pg_dump/pg_restore.c | 47 +++++++++++++++++++++++++++++++++-----
src/bin/pg_dump/t/002_pg_dump.pl | 29 +++++++++++++++++++++++-
7 files changed, 210 insertions(+), 11 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Add pg_dump --with-{schema|data|statistics} options.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox