1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

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

Apparently an oversight in 2820adf775.
This commit is contained in:
Alvaro Herrera
2023-05-22 12:26:40 +02:00
parent ac298d3cb5
commit 4042b2e187

View File

@ -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>