diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 60f117a333..b001ce548d 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -15002,6 +15002,12 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
configuration load time
+
+ pg_my_temp_schema()
+ oid
+ OID of session's temporary schema, or 0 if none
+
+
pg_is_other_temp_schema(oid)
boolean
@@ -15020,12 +15026,6 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
fraction of the asynchronous notification queue currently occupied (0-1)
-
- pg_my_temp_schema()
- oid
- OID of session's temporary schema, or 0 if none
-
-
pg_postmaster_start_time()
timestamp with time zone
@@ -15156,25 +15156,6 @@ SET search_path TO schema> , schema>, ..
-
- pg_listening_channels
-
-
-
- pg_notification_queue_usage
-
-
-
- pg_listening_channels returns a set of names of
- asynchronous notification channels that the current session is listening
- to. pg_notification_queue_usage returns the
- fraction of the total available space for notifications currently
- occupied by notifications that are waiting to be processed, as a
- double in the range 0-1.
- See and
- for more information.
-
-
inet_client_addr
@@ -15202,6 +15183,20 @@ SET search_path TO schema> , schema>, ..
Unix-domain socket.
+
+ pg_conf_load_time
+
+
+
+ pg_conf_load_time returns the
+ timestamp with time zone when the
+ server configuration files were last loaded.
+ (If the current session was alive at the time, this will be the time
+ when the session itself re-read the configuration files, so the
+ reading will vary a little in different sessions. Otherwise it is
+ the time when the postmaster process re-read the configuration files.)
+
+
pg_my_temp_schema
@@ -15220,6 +15215,25 @@ SET search_path TO schema> , schema>, ..
tables from a catalog display.)
+
+ pg_listening_channels
+
+
+
+ pg_notification_queue_usage
+
+
+
+ pg_listening_channels returns a set of names of
+ asynchronous notification channels that the current session is listening
+ to. pg_notification_queue_usage returns the
+ fraction of the total available space for notifications currently
+ occupied by notifications that are waiting to be processed, as a
+ double in the range 0-1.
+ See and
+ for more information.
+
+
pg_postmaster_start_time
@@ -15230,20 +15244,6 @@ SET search_path TO schema> , schema>, ..
server started.
-
- pg_conf_load_time
-
-
-
- pg_conf_load_time returns the
- timestamp with time zone when the
- server configuration files were last loaded.
- (If the current session was alive at the time, this will be the time
- when the session itself re-read the configuration files, so the
- reading will vary a little in different sessions. Otherwise it is
- the time when the postmaster process re-read the configuration files.)
-
-
version