1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Allow pg_basebackup compressed tar output to stdout

This commit is contained in:
Peter Eisentraut
2011-05-29 01:17:37 +03:00
parent 1b6dabc452
commit d68714b29c
2 changed files with 25 additions and 12 deletions

View File

@@ -174,8 +174,7 @@ PostgreSQL documentation
<listitem>
<para>
Enables gzip compression of tar file output. Compression is only
available when generating tar files, and is not available when sending
output to standard output.
available when using the tar format.
</para>
</listitem>
</varlistentry>