Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6741688

Browse files
committed
Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski.
1 parent3e4264c commit6741688

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)

[8]ページ先頭

©2009-2025 Movatter.jp