Add pg_dump --with-{schema|data|statistics} options.

Jeff Davis <jdavis@postgresql.org>

Commit: bde2fb797aaebcbe06bf60f330ba5a068f17dda7
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2025-03-26T00:36:38Z
Releases: 18.0
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/bd0513e4b1ea2b2f2d06f02720c6579711cb62a6.camel@j-davis.com
Reviewed-by: Corey Huinker <corey.huinker@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>

Files

Documentation touched

Discussion