diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 11a8ebe5ec7..363b183e5f0 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5674,6 +5674,24 @@ FROM pg_stat_get_backend_idset() AS backendid; <row> <entry role="func_table_entry"><para role="func_signature"> <indexterm> + <primary>pg_stat_get_backend_subxact</primary> + </indexterm> + <function>pg_stat_get_backend_subxact</function> ( <type>integer</type> ) + <returnvalue>record</returnvalue> + </para> + <para> + Returns a record of information about the subtransactions of the + backend with the specified ID. + The fields returned are <parameter>subxact_count</parameter>, which + is the number of subtransactions in the backend's subtransaction cache, + and <parameter>subxact_overflow</parameter>, which indicates whether + the backend's subtransaction cache is overflowed or not. + </para></entry> + </row> + + <row> + <entry role="func_table_entry"><para role="func_signature"> + <indexterm> <primary>pg_stat_get_backend_userid</primary> </indexterm> <function>pg_stat_get_backend_userid</function> ( <type>integer</type> ) |
