当前位置:网站首页>GBase 8c系统表-pg_authid
GBase 8c系统表-pg_authid
2022-07-03 02:18:00 【大壮十二】
pg_authid系统表存储有关数据库认证标识符(角色)的信息。角色把“用户”的概念包含在内。一个用户实际上就是一个rolcanlogin标志被设置的角色。任何角色(不管rolcanlogin设置与否)都能够把其他角色作为成员。
在一个集群中只有一份pg_authid,不是每个数据库有一份。需要有系统管理员权限才可以访问此系统表。
名字 | 类型 | 描述 |
oid | oid | 行标识符(隐藏属性,必须被显式选择才会显示) |
rolname | name | 角色名 |
rolsuper | bool | 角色是否拥有超级用户权限 |
rolinherit | bool | 如果本角色是另一个角色的成员,本角色是否自动另一个角色的权限 |
rolcreaterole | bool | 角色是否能创建更多角色 |
rolcreatedb | bool | 角色是否能创建数据库 |
rolcanlogin | bool | 角色是否能登录。即该角色是否能够作为初始会话授权标识符 |
rolreplication | bool | 角色是否为一个复制角色。一个复制角色可以开启复制连接和创建删除复制槽。 |
rolbypassrls | bool | 角色是否可以绕过所有的行级安全性策略 |
rolconnlimit | int4 | 对于可以登录的角色,本列设置该角色可以同时发起最大连接数。-1表示无限制。 |
rolpassword | text | 口令(可能被加密),如果没有则为空。格式取决于所使用的加密形式。 |
rolvaliduntil | timestamptz | 口令过期时间(只用于口令鉴定),如果永不过期则为空 |
边栏推荐
- es6 filter() 数组过滤方法总结
- [Flutter] dart: class;abstract class;factory;类、抽象类、工厂构造函数
- leetcode961. Find the elements repeated N times in the array with length 2n
- DQL basic operation
- 可视化yolov5格式数据集(labelme json文件)
- require.context
- 去除网页滚动条方法以及内外边距
- easyPOI
- 缺少库while loading shared libraries: libisl.so.15: cannot open shared object file: No such file
- Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing
猜你喜欢
[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
Deep learning notes (constantly updating...)
A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
创建+注册 子应用_定义路由,全局路由与子路由
Awk from introduction to earth (0) overview of awk
详细些介绍如何通过MQTT协议和华为云物联网进行通信
8 free, HD, copyright free video material download websites are recommended
How to deal with cache hot key in redis
Job object of collaboration in kotlin
Detailed analysis of micro service component sentinel (hystrix)
随机推荐
力扣(LeetCode)183. 从不订购的客户(2022.07.02)
返回一个树形结构数据
Swift开发学习
8 free, HD, copyright free video material download websites are recommended
Modify table structure
【CodeForces】CF1338A - Powered Addition【二进制】
How to find summer technical internship in junior year? Are you looking for a large company or a small company for technical internship?
[shutter] hero animation (hero realizes radial animation | hero component createrecttween setting)
5.文件操作
Return the only different value (de duplication)
Unrecognized SSL message, plaintext connection?
Exception handling in kotlin process
使用Go语言实现try{}catch{}finally
Groovy, "try with resources" construction alternative
How can retail enterprises open the second growth curve under the full link digital transformation
[Yu Yue education] reference materials of chemical experiment safety knowledge of University of science and technology of China
Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
es6 filter() 数组过滤方法总结
[Flutter] dart: class;abstract class;factory;类、抽象类、工厂构造函数
Redis: simple use of redis