Add --no-blobs option to pg_dump

Stephen Frost <sfrost@snowman.net>

Commit: 4fafa579b0ab411f4cd2f30c57205d9b0ac27340
Author: Stephen Frost <sfrost@snowman.net>
Date: 2016-11-29T16:09:35Z
Releases: 10.0
Add --no-blobs option to pg_dump

Add an option to exclude blobs when running pg_dump.  By default, blobs
are included but this option can be used to exclude them while keeping
the rest of the dump.

Commment updates and regression tests from me.

Author: Guillaume Lelarge
Reviewed-by: Amul Sul
Discussion: https://postgr.es/m/VisenaEmail.48.49926ea6f91dceb6.15355a48249@tc7-visena

Files

PathChange+/−
doc/src/sgml/ref/pg_dump.sgml modified +16 −0
src/bin/pg_dump/pg_backup.h modified +1 −0
src/bin/pg_dump/pg_dump.c modified +15 −4
src/bin/pg_dump/t/002_pg_dump.pl modified +85 −1

Documentation touched

Discussion