Skip to content

Commit 6741688

Browse files
committed
Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski.
1 parent 3e4264c commit 6741688

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.104 2008/08/21 22:25:44 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.105 2008/08/26 00:03:15 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -538,9 +538,14 @@ PostgreSQL documentation
538538
<term><option>--compress=<replaceable class="parameter">0..9</replaceable></option></term>
539539
<listitem>
540540
<para>
541-
Specify the compression level to use in archive formats that
542-
support compression. (Currently only the custom archive
543-
format supports compression.)
541+
Specify the compression level to use. Zero means no compression.
542+
For the custom archive format, this specifies compression of
543+
individual table-data segments, and the default is to compress
544+
at a moderate level.
545+
For plain text output, setting a nonzero compression level causes
546+
the entire output file to be compressed, as though it had been
547+
fed through <application>gzip</>; but the default is not to compress.
548+
The tar archive format currently does not support compression at all.
544549
</para>
545550
</listitem>
546551
</varlistentry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy