projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac298d3
)
pg_dump doc: mention 'long' is valid for --compress
author
Alvaro Herrera
<
[email protected]
>
Mon, 22 May 2023 10:26:40 +0000
(12:26 +0200)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 22 May 2023 10:26:40 +0000
(12:26 +0200)
Apparently an oversight in
2820adf7755d
.
doc/src/sgml/ref/pg_dump.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dump.sgml
b/doc/src/sgml/ref/pg_dump.sgml
index e81e35c13b35217d91b3f3819127af3f040db699..a3cf0608f5b1475814e750d366d56fe2ab00327a 100644
(file)
--- 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>