Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
79a457dc
Commit
79a457dc
authored
Dec 15, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add pg_stat_reset and related functions to index
parent
1c382655
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+6
-6
No files found.
doc/src/sgml/monitoring.sgml
View file @
79a457dc
...
...
@@ -1573,7 +1573,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</row>
<row>
<entry><literal><function>pg_stat_get_activity</function>(<type>integer</type>)</literal></entry>
<entry><literal><function>pg_stat_get_activity</function>(<type>integer</type>)</literal><
indexterm><primary>pg_stat_get_activity</primary></indexterm><
/entry>
<entry><type>setof record</type></entry>
<entry>
Returns a record of information about the backend with the specified PID, or
...
...
@@ -1584,7 +1584,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</row>
<row>
<entry><literal><function>pg_stat_clear_snapshot()</function></literal></entry>
<entry><literal><function>pg_stat_clear_snapshot()</function></literal><
indexterm><primary>pg_stat_clear_snapshot</primary></indexterm><
/entry>
<entry><type>void</type></entry>
<entry>
Discard the current statistics snapshot
...
...
@@ -1592,7 +1592,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</row>
<row>
<entry><literal><function>pg_stat_reset()</function></literal></entry>
<entry><literal><function>pg_stat_reset()</function></literal><
indexterm><primary>pg_stat_reset</primary></indexterm><
/entry>
<entry><type>void</type></entry>
<entry>
Reset all statistics counters for the current database to zero
...
...
@@ -1601,7 +1601,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</row>
<row>
<entry><literal><function>pg_stat_reset_shared</function>(text)</literal></entry>
<entry><literal><function>pg_stat_reset_shared</function>(text)</literal><
indexterm><primary>pg_stat_reset_shared</primary></indexterm><
/entry>
<entry><type>void</type></entry>
<entry>
Reset some cluster-wide statistics counters to zero, depending on the
...
...
@@ -1612,7 +1612,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</row>
<row>
<entry><literal><function>pg_stat_reset_single_table_counters</function>(oid)</literal></entry>
<entry><literal><function>pg_stat_reset_single_table_counters</function>(oid)</literal><
indexterm><primary>pg_stat_reset_single_table_counters</primary></indexterm><
/entry>
<entry><type>void</type></entry>
<entry>
Reset statistics for a single table or index in the current database to
...
...
@@ -1621,7 +1621,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</row>
<row>
<entry><literal><function>pg_stat_reset_single_function_counters</function>(oid)</literal></entry>
<entry><literal><function>pg_stat_reset_single_function_counters</function>(oid)</literal><
indexterm><primary>pg_stat_reset_single_function_counters</primary></indexterm><
/entry>
<entry><type>void</type></entry>
<entry>
Reset statistics for a single function in the current database to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment