aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2023-05-22 12:26:40 +0200
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2023-05-22 12:26:40 +0200
commit4042b2e18781532d5dd6ee3cef38c4fbb0249202 (patch)
treee1c76c65360f79daa6b31c7598ab5032997854a1 /doc/src
parentac298d3cb56b015acd40d2e015e07a87d8aff124 (diff)
downloadpostgresql-4042b2e18781532d5dd6ee3cef38c4fbb0249202.tar.gz
postgresql-4042b2e18781532d5dd6ee3cef38c4fbb0249202.zip
pg_dump doc: mention 'long' is valid for --compress
Apparently an oversight in 2820adf7755d.
Diffstat (limited to 'doc/src')
-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>