Clarify pg_dump -b documentation
authorStephen Frost
Tue, 29 Nov 2016 15:35:07 +0000 (10:35 -0500)
committerStephen Frost
Tue, 29 Nov 2016 15:35:07 +0000 (10:35 -0500)
commitd722927e1f0ce13a289c3dd8106265d27ca25c3b
tree1350171882455257406a5d11b2f47dcb09a54548
parent40eb468a1b2678475b648617bf5fc428739eb807
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[email protected]
doc/src/sgml/ref/pg_dump.sgml