1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-05 23:56:58 +03:00

doc: Fix typos

From: Erik Rijkers <er@xs4all.nl>
This commit is contained in:
Peter Eisentraut 2016-04-23 14:48:02 -04:00
parent c238a41014
commit b39938f012

View File

@ -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>