@@ -15002,6 +15002,12 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
15002
15002
<entry>configuration load time</entry>
15003
15003
</row>
15004
15004
15005
+ <row>
15006
+ <entry><literal><function>pg_my_temp_schema()</function></literal></entry>
15007
+ <entry><type>oid</type></entry>
15008
+ <entry>OID of session's temporary schema, or 0 if none</entry>
15009
+ </row>
15010
+
15005
15011
<row>
15006
15012
<entry><literal><function>pg_is_other_temp_schema(<type>oid</type>)</function></literal></entry>
15007
15013
<entry><type>boolean</type></entry>
@@ -15020,12 +15026,6 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
15020
15026
<entry>fraction of the asynchronous notification queue currently occupied (0-1)</entry>
15021
15027
</row>
15022
15028
15023
- <row>
15024
- <entry><literal><function>pg_my_temp_schema()</function></literal></entry>
15025
- <entry><type>oid</type></entry>
15026
- <entry>OID of session's temporary schema, or 0 if none</entry>
15027
- </row>
15028
-
15029
15029
<row>
15030
15030
<entry><literal><function>pg_postmaster_start_time()</function></literal></entry>
15031
15031
<entry><type>timestamp with time zone</type></entry>
@@ -15156,25 +15156,6 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
15156
15156
</para>
15157
15157
</note>
15158
15158
15159
- <indexterm>
15160
- <primary>pg_listening_channels</primary>
15161
- </indexterm>
15162
-
15163
- <indexterm>
15164
- <primary>pg_notification_queue_usage</primary>
15165
- </indexterm>
15166
-
15167
- <para>
15168
- <function>pg_listening_channels</function> returns a set of names of
15169
- asynchronous notification channels that the current session is listening
15170
- to. <function>pg_notification_queue_usage</function> returns the
15171
- fraction of the total available space for notifications currently
15172
- occupied by notifications that are waiting to be processed, as a
15173
- <type>double</type> in the range 0-1.
15174
- See <xref linkend="sql-listen"> and <xref linkend="sql-notify">
15175
- for more information.
15176
- </para>
15177
-
15178
15159
<indexterm>
15179
15160
<primary>inet_client_addr</primary>
15180
15161
</indexterm>
@@ -15202,6 +15183,20 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
15202
15183
Unix-domain socket.
15203
15184
</para>
15204
15185
15186
+ <indexterm>
15187
+ <primary>pg_conf_load_time</primary>
15188
+ </indexterm>
15189
+
15190
+ <para>
15191
+ <function>pg_conf_load_time</function> returns the
15192
+ <type>timestamp with time zone</type> when the
15193
+ server configuration files were last loaded.
15194
+ (If the current session was alive at the time, this will be the time
15195
+ when the session itself re-read the configuration files, so the
15196
+ reading will vary a little in different sessions. Otherwise it is
15197
+ the time when the postmaster process re-read the configuration files.)
15198
+ </para>
15199
+
15205
15200
<indexterm>
15206
15201
<primary>pg_my_temp_schema</primary>
15207
15202
</indexterm>
@@ -15221,27 +15216,32 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
15221
15216
</para>
15222
15217
15223
15218
<indexterm>
15224
- <primary>pg_postmaster_start_time</primary>
15219
+ <primary>pg_listening_channels</primary>
15220
+ </indexterm>
15221
+
15222
+ <indexterm>
15223
+ <primary>pg_notification_queue_usage</primary>
15225
15224
</indexterm>
15226
15225
15227
15226
<para>
15228
- <function>pg_postmaster_start_time</function> returns the
15229
- <type>timestamp with time zone</type> when the
15230
- server started.
15227
+ <function>pg_listening_channels</function> returns a set of names of
15228
+ asynchronous notification channels that the current session is listening
15229
+ to. <function>pg_notification_queue_usage</function> returns the
15230
+ fraction of the total available space for notifications currently
15231
+ occupied by notifications that are waiting to be processed, as a
15232
+ <type>double</type> in the range 0-1.
15233
+ See <xref linkend="sql-listen"> and <xref linkend="sql-notify">
15234
+ for more information.
15231
15235
</para>
15232
15236
15233
15237
<indexterm>
15234
- <primary>pg_conf_load_time </primary>
15238
+ <primary>pg_postmaster_start_time </primary>
15235
15239
</indexterm>
15236
15240
15237
15241
<para>
15238
- <function>pg_conf_load_time </function> returns the
15242
+ <function>pg_postmaster_start_time </function> returns the
15239
15243
<type>timestamp with time zone</type> when the
15240
- server configuration files were last loaded.
15241
- (If the current session was alive at the time, this will be the time
15242
- when the session itself re-read the configuration files, so the
15243
- reading will vary a little in different sessions. Otherwise it is
15244
- the time when the postmaster process re-read the configuration files.)
15244
+ server started.
15245
15245
</para>
15246
15246
15247
15247
<indexterm>
0 commit comments