diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-07-13 14:43:29 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-07-13 14:43:29 +0900 |
commit | 170d11b8e7cb9df96a7ee0b8140d28536d55fe3e (patch) | |
tree | 11bd2c7128c7f1be997387f082b2f4e300116676 /doc/src/sgml/ref/pgbench.sgml | |
parent | 5b51bbfbd52a444a490247e66751d6a47d2ba7dd (diff) | |
download | postgresql-170d11b8e7cb9df96a7ee0b8140d28536d55fe3e.tar.gz postgresql-170d11b8e7cb9df96a7ee0b8140d28536d55fe3e.zip |
Fix and improve several places in the docs
This adds some missing markups, fixes a couple of incorrect ones and
clarifies some documentation in various places.
Author: Liudmila Mantrova
Discussion: https://postgr.es/m/a068f947-7a51-5df1-b3fd-1a131ae5c044@postgrespro.ru
Backpatch-through: 12
Diffstat (limited to 'doc/src/sgml/ref/pgbench.sgml')
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index e3b73a4cf51..13ef168f3e8 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -474,10 +474,10 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d </listitem> </itemizedlist> - Because in "prepared" mode <application>pgbench</application> reuses - the parse analysis result for the second and subsequent query - iteration, <application>pgbench</application> runs faster in the - prepared mode than in other modes. + In the <literal>prepared</literal> mode, <application>pgbench</application> + reuses the parse analysis result starting from the second query + iteration, so <application>pgbench</application> runs faster + than in other modes. </para> <para> The default is simple query protocol. (See <xref linkend="protocol"/> |