]> granicus.if.org Git - postgresql/commit
Clarify pg_dump -b documentation
authorStephen Frost <sfrost@snowman.net>
Tue, 29 Nov 2016 15:35:04 +0000 (10:35 -0500)
committerStephen Frost <sfrost@snowman.net>
Tue, 29 Nov 2016 15:35:04 +0000 (10:35 -0500)
commitb57c8333b55e315927ca65016f1dbc165ef30df9
tree944f01d36a91673b4481d24a23ac3bd63b72f701
parent489a51af12de58e336c7b97e793aed6d11bb13b5
Clarify pg_dump -b documentation

The documentation around the -b/--blobs option to pg_dump seemed to
imply that it might be possible to add blobs to a "schema-only" dump or
similar.  Clarify that blobs are data and therefore will only be
included in dumps where data is being included, even when -b is used to
request blobs be included.

The -b option has been around since before 9.2, so back-patch to all
supported branches.

Discussion: https://postgr.es/m/20161119173316.GA13284@tamriel.snowman.net
doc/src/sgml/ref/pg_dump.sgml