diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-12-29 18:19:25 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-12-29 18:19:25 +0900 |
commit | b25c106df71fc317e65814e4f301afa05b7b2304 (patch) | |
tree | 73f4ff97a77161d52b1eccb8f182541f8db305d0 | |
parent | 7bf20c1b8a14022c59631a2b1ce6d1e41e9494ad (diff) |
doc: Improve some grammar and sentences
90fbf7c has taken care of that for HEAD. This includes the portion of
the fixes that applies to the documentation, where needed depending on
the branch.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20201227202604.GC26311@telsasoft.com
Backpatch-through: 9.5
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index ee5b9dc12ce..aa938cf10c3 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -609,7 +609,7 @@ PostgreSQL documentation <listitem> <para> Specify the compression level to use. Zero means no compression. - For the custom archive format, this specifies compression of + For the custom and directory archive formats, this specifies compression of individual table-data segments, and the default is to compress at a moderate level. For plain text output, setting a nonzero compression level causes |