From 309c64745ea145d7c731e1fe610631b2b84e7e88 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 29 Apr 2012 16:23:54 -0400 Subject: Rename track_iotiming GUC to track_io_timing. This spelling seems significantly more readable to me. --- doc/src/sgml/config.sgml | 9 +++++---- doc/src/sgml/monitoring.sgml | 2 +- doc/src/sgml/pgstatstatements.sgml | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4728ca5cf46..e58dc18df35 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4288,10 +4288,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - - track_iotiming (boolean) + + track_io_timing (boolean) - track_iotiming configuration parameter + track_io_timing configuration parameter @@ -4299,7 +4299,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. You can use the tool to - measure the overhead of timing on your system. Timing information is + measure the overhead of timing on your system. + I/O timing information is displayed in , in the output of when the BUFFERS option is used, and by . Only superusers can diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 8378f039ff2..c9e75e4f6f9 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -155,7 +155,7 @@ postgres: user database host - The parameter enables monitoring + The parameter enables monitoring of block read and write times. diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 1dd42de7815..622018e382e 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -161,7 +161,7 @@ Total time the statement spent reading blocks, in milliseconds - (if is enabled, otherwise zero) + (if is enabled, otherwise zero) @@ -171,7 +171,7 @@ Total time the statement spent writing blocks, in milliseconds - (if is enabled, otherwise zero) + (if is enabled, otherwise zero) -- cgit v1.2.3