当前位置:网站首页>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 | 口令过期时间(只用于口令鉴定),如果永不过期则为空 |
边栏推荐
- awk从入门到入土(3)awk内置函数printf和print实现格式化打印
- Restcloud ETL cross database data aggregation operation
- Job object of collaboration in kotlin
- My creation anniversary
- require. context
- Asian Games countdown! AI target detection helps host the Asian Games!
- Visualisation de l'ensemble de données au format yolov5 (fichier labelme json)
- y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
- Explore the conversion between PX pixels and Pt pounds, mm and MM
- 缺少库while loading shared libraries: libisl.so.15: cannot open shared object file: No such file
猜你喜欢

stm32F407-------DMA

Coroutinecontext in kotlin

What are MySQL locks and classifications

stm32F407-------ADC
![[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)](/img/ac/bf83f319ea787c5abd7ac3fabc9ede.jpg)
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)

创建+注册 子应用_定义路由,全局路由与子路由

Machine learning notes (constantly updating...)

详细些介绍如何通过MQTT协议和华为云物联网进行通信

内存池(内核角度理解new开辟空间的过程)

awk从入门到入土(0)awk概述
随机推荐
MySQL learning 03
Tongda OA V12 process center
QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
Answers to ten questions about automated testing software testers must see
2022 spring "golden three silver four" job hopping prerequisites: Software Test interview questions (with answers)
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
awk从入门到入土(2)认识awk内置变量和变量的使用
Coroutinecontext in kotlin
Memory pool (understand the process of new developing space from the perspective of kernel)
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
Ni visa fails after LabVIEW installs the third-party visa software
Restcloud ETL cross database data aggregation operation
stm32F407-------ADC
What are the differences between software testers with a monthly salary of 7K and 25K? Leaders look up to you when they master it
Leetcode (540) -- a single element in an ordered array
Redis:Redis的简单使用
创建+注册 子应用_定义路由,全局路由与子路由
Redis: simple use of redis
Use go language to realize try{}catch{}finally
Machine learning notes (constantly updating...)