forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
3.6 KiB
3.6 KiB
PG_AUTH_HISTORY
PG_AUTH_HISTORY records the authentication history of the role. It is accessible only to users with system administrator rights.
Column |
Type |
Description |
|---|---|---|
roloid |
OID |
Role identifier |
passwordtime |
Timestamp with time zone |
Time of password creation and change |
rolpassword |
Text |
Role password that is encrypted using MD5 or SHA256, or that is not encrypted |
Parent topic: System Catalogs