diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/pgstatstatements.sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index ab34ca193a4..ca7bd442741 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -155,6 +155,26 @@ <entry>Total number of temp blocks writes by the statement</entry> </row> + <row> + <entry><structfield>time_read</structfield></entry> + <entry><type>double precision</type></entry> + <entry></entry> + <entry> + Total time the statement spent reading blocks, in seconds + (if <xref linkend="guc-track-iotiming"> is enabled, otherwise zero) + </entry> + </row> + + <row> + <entry><structfield>time_write</structfield></entry> + <entry><type>double precision</type></entry> + <entry></entry> + <entry> + Total time the statement spent writing blocks, in seconds + (if <xref linkend="guc-track-iotiming"> is enabled, otherwise zero) + </entry> + </row> + </tbody> </tgroup> </table> |
