diff options
| author | Michael Paquier | 2022-01-25 00:40:04 +0000 |
|---|---|---|
| committer | Michael Paquier | 2022-01-25 00:40:04 +0000 |
| commit | 410aa248e5a883fde4832999cc9b23c7ace0f2ff (patch) | |
| tree | e3dba4bbe6b5e60687939a1b04cfaac9a129adb9 /doc/src/sgml/ref/pgbench.sgml | |
| parent | c817a072aae8441a11d6a0336953ecd69dc548ba (diff) | |
Fix various typos, grammar and code style in comments and docs
This fixes a set of issues that have accumulated over the past months
(or years) in various code areas. Most fixes are related to some recent
additions, as of the development of v15.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc/src/sgml/ref/pgbench.sgml')
| -rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index c71dab644ca..be1896fa99d 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -220,8 +220,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d data is generated in <command>pgbench</command> client and then sent to the server. This uses the client/server bandwidth extensively through a <command>COPY</command>. - <command>pgbench</command> uses the FREEZE option with 14 or later - versions of <productname>PostgreSQL</productname> to speed up + <command>pgbench</command> uses the FREEZE option with version 14 or later + of <productname>PostgreSQL</productname> to speed up subsequent <command>VACUUM</command>, unless partitions are enabled. Using <literal>g</literal> causes logging to print one message every 100,000 rows while generating data for the |
