diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-04-23 14:48:02 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-04-23 14:52:37 -0400 |
commit | b39938f01208d2860239792aa9e802a9cf8c286b (patch) | |
tree | 3692eae9eab2385e11b5ddb2869ff04b480b8363 | |
parent | c238a41014db7f818982641a8b95fae15515c88e (diff) | |
download | postgresql-b39938f01208d2860239792aa9e802a9cf8c286b.tar.gz postgresql-b39938f01208d2860239792aa9e802a9cf8c286b.zip |
doc: Fix typos
From: Erik Rijkers <er@xs4all.nl>
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 4187fc1a0e3..41aed3d3af4 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -944,7 +944,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 @@ -954,8 +954,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> |