pg_dump doc: mention 'long' is valid for --compress

Apparently an oversight in 2820adf775.
pull/137/head
Alvaro Herrera 3 years ago
parent ac298d3cb5
commit 4042b2e187
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 3
      doc/src/sgml/ref/pg_dump.sgml

@ -662,7 +662,8 @@ PostgreSQL documentation
detail string is an integer, it specifies the compression level.
Otherwise, it should be a comma-separated list of items, each of the
form <literal>keyword</literal> or <literal>keyword=value</literal>.
Currently, the only supported keyword is <literal>level</literal>.
Currently, the supported keywords are <literal>level</literal> and
<literal>long</literal>.
</para>
<para>

Loading…
Cancel
Save