diff options
author | Magnus Hagander <magnus@hagander.net> | 2012-01-27 10:36:27 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2012-01-27 10:37:09 +0100 |
commit | b7922a6dd0ec2ff949751d77b004576c820de19c (patch) | |
tree | 014f155441326735ad217200aae5f641c7390ebc | |
parent | e96fcb06b9721f975daed229c0c61f283d320357 (diff) | |
download | postgresql-b7922a6dd0ec2ff949751d77b004576c820de19c.tar.gz postgresql-b7922a6dd0ec2ff949751d77b004576c820de19c.zip |
Fix wording, per Peter Geoghegan
-rw-r--r-- | doc/src/sgml/auto-explain.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml index b16f9064ffc..35c51cd5f26 100644 --- a/doc/src/sgml/auto-explain.sgml +++ b/doc/src/sgml/auto-explain.sgml @@ -79,7 +79,7 @@ LOAD 'auto_explain'; <para> When this parameter is on, per-plan-node timing occurs for all statements executed, whether or not they run long enough to actually - get logged. This can have extremely negative impact on performance. + get logged. This can have an extremely negative impact on performance. </para> </note> </listitem> |