aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-04-23 14:48:02 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-04-23 14:50:17 -0400
commit3debaa603ffbc3927e263ae3c7c23b0fcfbd8def (patch)
treee99e7ee9752d941151c26410f93bf09ebe9ef781
parentb1dd2f86ce7d43f23f6aae307bb22de826849e7d (diff)
downloadpostgresql-3debaa603ffbc3927e263ae3c7c23b0fcfbd8def.tar.gz
postgresql-3debaa603ffbc3927e263ae3c7c23b0fcfbd8def.zip
doc: Fix typos
From: Erik Rijkers <er@xs4all.nl>
-rw-r--r--doc/src/sgml/ref/pgbench.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index a70c8cf3a2d..090af17a60a 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -1018,7 +1018,7 @@ END;
0 84 4142 0 1412881037 918023 2333
0 85 2465 0 1412881037 919759 740
</screen>
- In this example, transaction 82 was late, because it's latency (6.173 ms) was
+ In this example, transaction 82 was late, because its latency (6.173 ms) was
over the 5 ms limit. The next two transactions were skipped, because they
were already late before they were even started.
</para>
@@ -1059,7 +1059,7 @@ END;
</para>
<para>
- Here is example outputs:
+ Here is example output:
<screen>
1345828501 5601 1542744 483552416 61 2573
1345828503 7884 1979812 565806736 60 1479
@@ -1069,8 +1069,8 @@ END;
</screen></para>
<para>
- Notice that while the plain (unaggregated) log file contains index
- of the custom script files, the aggregated log does not. Therefore if
+ Notice that while the plain (unaggregated) log file contains a reference
+ to the custom script files, the aggregated log does not. Therefore if
you need per script data, you need to aggregate the data on your own.
</para>