From b1d0158060f3128331766156798d16b2227fb451 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 25 Nov 2022 13:00:35 +0100 Subject: [PATCH] doc: Re-order Table 28.35 "Per-Backend Statistics Functions" The overall order is alphabetic, but there were a few additions that didn't observe this. Author: Peter Smith Reviewed-by: David G. Johnston Discussion: https://www.postgresql.org/message-id/flat/CAHut+Pv8Oa7v06hJb3+HzCtM2u-3oHWMdvXVHhvi7ofB83pNbg@mail.gmail.com --- doc/src/sgml/monitoring.sgml | 54 ++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 1b89eff814..5579b8b9e0 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5565,19 +5565,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. - - - @@ -5643,6 +5630,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. + + + @@ -5682,20 +5682,6 @@ FROM pg_stat_get_backend_idset() AS backendid; - - - - pg_stat_get_backend_wait_event_type - - pg_stat_get_backend_wait_event_type ( integer ) - text - - - Returns the wait event type name if this backend is currently waiting, - otherwise NULL. See for details. - - - @@ -5711,6 +5697,20 @@ FROM pg_stat_get_backend_idset() AS backendid; + + + + pg_stat_get_backend_wait_event_type + + pg_stat_get_backend_wait_event_type ( integer ) + text + + + Returns the wait event type name if this backend is currently waiting, + otherwise NULL. See for details. + + +