• Stephen Frost's avatar
    Clarify pg_dump -b documentation · b57c8333
    Stephen Frost authored
    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
    b57c8333
pg_dump.sgml 50.3 KB