Allow server-side compression to be used with -Fp.

Robert Haas <rhaas@postgresql.org>

Commit: d45099425eb19e420433c9d81d354fe585f4dbd6
Author: Robert Haas <rhaas@postgresql.org>
Date: 2022-01-28T13:41:25Z
Releases: 15.0
Allow server-side compression to be used with -Fp.

If you have a low-bandwidth connection between the client and the
server, it's reasonable to want to compress on the server side but
then decompress and extract the backup on the client side. This
commit allows you do to do just that.

Dipesh Pandit, with minor and mostly cosmetic changes by me.

Discussion: http://postgr.es/m/CAN1g5_HiSh8ajUMd4ePtGyCXo89iKZTzaNyzP_qv1eJbi4YHXA@mail.gmail.com

Files

Documentation touched

Discussion