diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 940b8b79ffe..954dd1a2e4b 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.74 2010/01/19 14:11:30 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.75 2010/01/28 14:25:41 mha Exp $ --> <chapter id="monitoring"> <title>Monitoring Database Activity</title> @@ -929,6 +929,24 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re <structname>pg_stat_bgwriter</>. </entry> </row> + + <row> + <entry><literal><function>pg_stat_reset_single_table_counters</function>(oid)</literal></entry> + <entry><type>void</type></entry> + <entry> + Reset statistics for a single table or index in the current database to + zero (requires superuser privileges) + </entry> + </row> + + <row> + <entry><literal><function>pg_stat_reset_single_function_counters</function>(oid)</literal></entry> + <entry><type>void</type></entry> + <entry> + Reset statistics for a single function in the current database to + zero (requires superuser privileges) + </entry> + </row> </tbody> </tgroup> </table> |
