From: Peter Eisentraut Date: Sat, 23 Apr 2016 18:48:02 +0000 (-0400) Subject: doc: Fix typos X-Git-Tag: REL9_4_8~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b39938f01208d2860239792aa9e802a9cf8c286b;p=thirdparty%2Fpostgresql.git doc: Fix typos From: Erik Rijkers --- 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; - Here is example outputs: + Here is example output: 1345828501 5601 1542744 483552416 61 2573 1345828503 7884 1979812 565806736 60 1479 @@ -954,8 +954,8 @@ END; - 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.