@@ -1573,7 +1573,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
1573
1573
</row>
1574
1574
1575
1575
<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>
1577
1577
<entry><type>setof record</type></entry>
1578
1578
<entry>
1579
1579
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
1584
1584
</row>
1585
1585
1586
1586
<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>
1588
1588
<entry><type>void</type></entry>
1589
1589
<entry>
1590
1590
Discard the current statistics snapshot
1591
1591
</entry>
1592
1592
</row>
1593
1593
1594
1594
<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>
1596
1596
<entry><type>void</type></entry>
1597
1597
<entry>
1598
1598
Reset all statistics counters for the current database to zero
@@ -1601,7 +1601,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
1601
1601
</row>
1602
1602
1603
1603
<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>
1605
1605
<entry><type>void</type></entry>
1606
1606
<entry>
1607
1607
Reset some cluster-wide statistics counters to zero, depending on the
@@ -1612,7 +1612,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
1612
1612
</row>
1613
1613
1614
1614
<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>
1616
1616
<entry><type>void</type></entry>
1617
1617
<entry>
1618
1618
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
1621
1621
</row>
1622
1622
1623
1623
<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>
1625
1625
<entry><type>void</type></entry>
1626
1626
<entry>
1627
1627
Reset statistics for a single function in the current database to
0 commit comments