Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79a457d

Browse files
committed
doc: Add pg_stat_reset and related functions to index
1 parent1c38265 commit79a457d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
15731573
</row>
15741574

15751575
<row>
1576-
<entry><literal><function>pg_stat_get_activity</function>(<type>integer</type>)</literal></entry>
1576+
<entry><literal><function>pg_stat_get_activity</function>(<type>integer</type>)</literal><indexterm><primary>pg_stat_get_activity</primary></indexterm></entry>
15771577
<entry><type>setof record</type></entry>
15781578
<entry>
15791579
Returns a record of information about the backend with the specified PID, or
@@ -1584,15 +1584,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
15841584
</row>
15851585

15861586
<row>
1587-
<entry><literal><function>pg_stat_clear_snapshot()</function></literal></entry>
1587+
<entry><literal><function>pg_stat_clear_snapshot()</function></literal><indexterm><primary>pg_stat_clear_snapshot</primary></indexterm></entry>
15881588
<entry><type>void</type></entry>
15891589
<entry>
15901590
Discard the current statistics snapshot
15911591
</entry>
15921592
</row>
15931593

15941594
<row>
1595-
<entry><literal><function>pg_stat_reset()</function></literal></entry>
1595+
<entry><literal><function>pg_stat_reset()</function></literal><indexterm><primary>pg_stat_reset</primary></indexterm></entry>
15961596
<entry><type>void</type></entry>
15971597
<entry>
15981598
Reset all statistics counters for the current database to zero
@@ -1601,7 +1601,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
16011601
</row>
16021602

16031603
<row>
1604-
<entry><literal><function>pg_stat_reset_shared</function>(text)</literal></entry>
1604+
<entry><literal><function>pg_stat_reset_shared</function>(text)</literal><indexterm><primary>pg_stat_reset_shared</primary></indexterm></entry>
16051605
<entry><type>void</type></entry>
16061606
<entry>
16071607
Reset some cluster-wide statistics counters to zero, depending on the
@@ -1612,7 +1612,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
16121612
</row>
16131613

16141614
<row>
1615-
<entry><literal><function>pg_stat_reset_single_table_counters</function>(oid)</literal></entry>
1615+
<entry><literal><function>pg_stat_reset_single_table_counters</function>(oid)</literal><indexterm><primary>pg_stat_reset_single_table_counters</primary></indexterm></entry>
16161616
<entry><type>void</type></entry>
16171617
<entry>
16181618
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
16211621
</row>
16221622

16231623
<row>
1624-
<entry><literal><function>pg_stat_reset_single_function_counters</function>(oid)</literal></entry>
1624+
<entry><literal><function>pg_stat_reset_single_function_counters</function>(oid)</literal><indexterm><primary>pg_stat_reset_single_function_counters</primary></indexterm></entry>
16251625
<entry><type>void</type></entry>
16261626
<entry>
16271627
Reset statistics for a single function in the current database to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp