docs: lz compression is only available for wals

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
Marco Nenciarini 2025-05-06 11:12:48 +02:00
parent a2465bd24f
commit 90e911efb5
No known key found for this signature in database
GPG Key ID: 589F03F01BA55038

View File

@ -15,10 +15,10 @@ for space, speed, or a balance of both.
- `bzip2`
- `gzip`
- `lz4`
- `lz4` (wal only)
- `snappy`
- `xz`
- `zstd`
- `xz` (wal only)
- `zstd` (wal only)
Compression settings for base backups and WAL archives are configured
independently. For implementation details, refer to the corresponding API