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
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
-
-
-
-
-
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.
-
-
Unix-domain socket.
+
+
+
+ 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_postmaster_start_time
+
+
+
+
pg_notification_queue_usage
- pg_postmaster_start_time returns the
- timestamp with time zone when the
- server started.
+ 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
- pg_conf_load_time returns the
+ pg_postmaster_start_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.)
+ server started.