
# PG_AUTH_HISTORY
PG_AUTH_HISTORY系统表记录了角色的认证历史。需要有系统管理员权限才可以访问此系统表。
表1PG_AUTH_HISTORY字段 
| 名称           | 类型                       | 描述                        |
|:---|:---|:---|
| roloid       | oid                      | 角色标识。                     |
| passwordtime | timestamp with time zone | 创建和修改密码的时间。               |
| rolpassword  | text                     | 角色密码，使用MD5、SHA256加密或者不加密。 |
   
