From 5b524530f69f5f5e5b8d6980f51c194242f0a06b Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Wed, 16 Nov 2022 12:26:56 +1100 Subject: [PATCH v5] Re-order Table 28.35 "Per-Backend Statistics Functions" --- doc/src/sgml/monitoring.sgml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b80297f..2f10413 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5564,19 +5564,6 @@ FROM pg_stat_get_backend_idset() AS backendid; - pg_stat_get_backend_idset - - pg_stat_get_backend_idset () - setof integer - - - Returns the set of currently active backend ID numbers. - - - - - - pg_stat_get_backend_activity pg_stat_get_backend_activity ( integer ) @@ -5642,6 +5629,19 @@ FROM pg_stat_get_backend_idset() AS backendid; + pg_stat_get_backend_idset + + pg_stat_get_backend_idset () + setof integer + + + Returns the set of currently active backend ID numbers. + + + + + + pg_stat_get_backend_pid pg_stat_get_backend_pid ( integer ) @@ -5681,29 +5681,29 @@ FROM pg_stat_get_backend_idset() AS backendid; - pg_stat_get_backend_wait_event_type + pg_stat_get_backend_wait_event - pg_stat_get_backend_wait_event_type ( integer ) + pg_stat_get_backend_wait_event ( integer ) text - Returns the wait event type name if this backend is currently waiting, - otherwise NULL. See for details. + Returns the wait event name if this backend is currently waiting, + otherwise NULL. See through + . - pg_stat_get_backend_wait_event + pg_stat_get_backend_wait_event_type - pg_stat_get_backend_wait_event ( integer ) + pg_stat_get_backend_wait_event_type ( integer ) text - Returns the wait event name if this backend is currently waiting, - otherwise NULL. See through - . + Returns the wait event type name if this backend is currently waiting, + otherwise NULL. See for details. -- 1.8.3.1