164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
USER_LOGIN.md 5.48 KB
一键复制 编辑 原始数据 按行查看 历史
jqn 提交于 2021-09-17 11:00 . fix issues

USER_LOGIN

USER_LOGIN用来记录用户登录和退出次数的相关信息。

表 1 USER_LOGIN字段

名称

类型

描述

node_name

text

数据库进程名称。

user_name

text

用户名称。

user_id

integer

用户oid(同pg_authid中的oid字段)。

login_counter

bigint

登录次数。

logout_counter

bigint

退出次数。

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

搜索帮助