164 Star 224 Fork 1.2K

openGauss / docs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
PG_USER_STATUS.md 8.52 KB
Copy Edit Raw Blame History
liyang authored 2020-05-29 19:27 . Upload openGauss information

PG_USER_STATUS

PG_USER_STATUS系统表提供了访问数据库用户的状态。需要有系统管理员权限才可以访问此系统表

表 1 PG_USER_STATUS字段

名称

类型

描述

roloid

oid

角色的标识。

failcount

integer

尝试失败次数。

locktime

timestamp with time zone

角色被锁定的时间点。

rolstatus

smallint

角色的状态。
  • 0:正常状态。
  • 1:由于登录失败次数超过阈值被锁定了一定的时间。
  • 2:被管理员锁定。

permspace

bigint

角色已经使用的永久表存储空间大小。

tempspace

bigint

角色已经使用的临时表存储空间大小。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
1.0.1

Search