Add --no-blobs option to pg_dump
authorStephen Frost <sfrost@snowman.net>
Tue, 29 Nov 2016 16:09:35 +0000 (11:09 -0500)
committerStephen Frost <sfrost@snowman.net>
Tue, 29 Nov 2016 16:09:35 +0000 (11:09 -0500)
commit4fafa579b0ab411f4cd2f30c57205d9b0ac27340
tree6286962a1ed4ab1b73d1ad24765f718cd54429f9
parentd6c8b34e956864d52780f0db9f8cfe3b2f4411b0
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
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/t/002_pg_dump.pl