pgsql: doc: add example of using pg_dump with GNU split and gzip

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add example of using pg_dump with GNU split and gzip
Date: 2021-08-03 14:58:08
Message-ID: E1mAvrs-0003wO-T0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: add example of using pg_dump with GNU split and gzip

This is only possible with GNU split, not other versions like BSD split.

Reported-by: jim(at)jdoherty(dot)net

Discussion: https://postgr.es/m/162653459215.701.6323855956817776386@wrigleys.postgresql.org

Backpatch-through: 9.6

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/78aa655d77e460a704f0af1cf5b223572a836a07

Modified Files
--------------
doc/src/sgml/backup.sgml | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-08-03 15:12:26 pgsql: doc: mention inheritance's tableoid can be used in partitioning
Previous Message Thomas Munro 2021-08-03 02:18:58 pgsql: Further simplify a bit of logic in StartupXLOG().