pgsql: doc: add example of using pg_dump with GNU split and gzip - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: add example of using pg_dump with GNU split and gzip
Date
Msg-id [email protected]
Whole thread Raw
List 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: [email protected]

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 9.6

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/26cca20ca3a78f279217c7b1d9f22035496aeb81

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


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Further simplify a bit of logic in StartupXLOG().
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: mention inheritance's tableoid can be used in partitioning