From: Peter Eisentraut Date: Fri, 25 Nov 2022 12:00:35 +0000 (+0100) Subject: doc: Re-order Table 28.35 "Per-Backend Statistics Functions" X-Git-Tag: REL_16_BETA1~1233 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b1d0158060f3128331766156798d16b2227fb451;p=postgresql.git 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 --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 1b89eff8149..5579b8b9e0f 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. + + + @@ -5685,29 +5685,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.