diff options
author | Michael Paquier | 2020-12-24 08:05:49 +0000 |
---|---|---|
committer | Michael Paquier | 2020-12-24 08:05:49 +0000 |
commit | 90fbf7c57df601c7e0b43ae7cf71f0f69908a7cc (patch) | |
tree | 3802395b538dc9b051e7ea65d3bc452a3ee9c904 /doc/src/sgml/ref/explain.sgml | |
parent | 6ecf488d91ceb93a8be907a24c5d8a90358534ed (diff) |
Fix typos and grammar in docs and comments
This fixes several areas of the documentation and some comments in
matters of style, grammar, or even format.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc/src/sgml/ref/explain.sgml')
-rw-r--r-- | doc/src/sgml/ref/explain.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index b0ccdd26e73..c4512332a06 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -198,9 +198,9 @@ ROLLBACK; <listitem> <para> Include information on WAL record generation. Specifically, include the - number of records, number of full page images (fpi) and amount of WAL - bytes generated. In text format, only non-zero values are printed. This - parameter may only be used when <literal>ANALYZE</literal> is also + number of records, number of full page images (fpi) and the amount of WAL + generated in bytes. In text format, only non-zero values are printed. + This parameter may only be used when <literal>ANALYZE</literal> is also enabled. It defaults to <literal>FALSE</literal>. </para> </listitem> |