aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-04-29 18:13:33 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-04-29 18:13:33 -0400
commit1dd89eadcd2648d7ca0baed3c7af16a04eb1aa26 (patch)
treefa868b74e0a32d09154c2f77bd3c998e79fa6258 /doc/src
parent309c64745ea145d7c731e1fe610631b2b84e7e88 (diff)
downloadpostgresql-1dd89eadcd2648d7ca0baed3c7af16a04eb1aa26.tar.gz
postgresql-1dd89eadcd2648d7ca0baed3c7af16a04eb1aa26.zip
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
This seems more consistent with the pre-existing choices for names of other statistics columns. Rename assorted internal identifiers to match.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/monitoring.sgml6
-rw-r--r--doc/src/sgml/pgstatstatements.sgml4
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index c9e75e4f6f9..e52b32da6b8 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -839,13 +839,13 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry>Number of deadlocks detected in this database</entry>
</row>
<row>
- <entry><structfield>block_read_time</></entry>
+ <entry><structfield>blk_read_time</></entry>
<entry><type>bigint</></entry>
<entry>Time spent reading data file blocks by backends in this database,
in milliseconds</entry>
</row>
<row>
- <entry><structfield>block_write_time</></entry>
+ <entry><structfield>blk_write_time</></entry>
<entry><type>bigint</></entry>
<entry>Time spent writing data file blocks by backends in this database,
in milliseconds</entry>
@@ -1709,8 +1709,6 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry><literal><function>pg_stat_get_backend_start(integer)</function></literal></entry>
<entry><type>timestamp with time zone</type></entry>
<entry>Time when this process was started</entry>
- <entry>
- </entry>
</row>
<row>
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml
index 622018e382e..5bd29a3f87c 100644
--- a/doc/src/sgml/pgstatstatements.sgml
+++ b/doc/src/sgml/pgstatstatements.sgml
@@ -156,7 +156,7 @@
</row>
<row>
- <entry><structfield>time_read</structfield></entry>
+ <entry><structfield>blk_read_time</structfield></entry>
<entry><type>double precision</type></entry>
<entry></entry>
<entry>
@@ -166,7 +166,7 @@
</row>
<row>
- <entry><structfield>time_write</structfield></entry>
+ <entry><structfield>blk_write_time</structfield></entry>
<entry><type>double precision</type></entry>
<entry></entry>
<entry>