summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2023-05-22 10:26:40 +0000
committerAlvaro Herrera2023-05-22 10:26:40 +0000
commit4042b2e18781532d5dd6ee3cef38c4fbb0249202 (patch)
treee1c76c65360f79daa6b31c7598ab5032997854a1
parentac298d3cb56b015acd40d2e015e07a87d8aff124 (diff)
pg_dump doc: mention 'long' is valid for --compress
Apparently an oversight in 2820adf7755d.
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index e81e35c13b3..a3cf0608f5b 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/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>