forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.9 KiB
5.9 KiB
PG_USER_STATUS
PG_USER_STATUS records the states of users that access to the database. It is accessible only to users with system administrator rights.
Name |
Type |
Description |
---|---|---|
roloid |
oid |
ID of the role |
failcount |
integer |
Specifies the number of failed attempts. |
locktime |
timestamp with time zone |
Time at which the role is locked |
rolstatus |
smallint |
Role state
|
permspace |
bigint |
Size of the permanent table storage space used by a role in the current instance. |
tempspace |
bigint |
Size of the temporary table storage space used by a role in the current instance. |
Parent topic: System Catalogs