当前位置:网站首页>Gbase 8C system table PG_ authid
Gbase 8C system table PG_ authid
2022-07-03 02:18:00 【Dazhuang twelve】
pg_authid The system table stores authentication identifiers about the database ( role ) Information about . Role handle “ user ” The concept of is included . A user is actually a rolcanlogin Mark the role set . Any role ( No matter rolcanlogin Set or not ) Can take other roles as members .
There is only one copy in a cluster pg_authid, Not every database has one . You need system administrator permission to access this system table .
name | type | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) |
rolname | name | The role of |
rolsuper | bool | Whether the role has super user permission |
rolinherit | bool | If this role is a member of another role , Whether this role automatically controls the permissions of another role |
rolcreaterole | bool | Whether the role can create more roles |
rolcreatedb | bool | Whether the role can create a database |
rolcanlogin | bool | Whether the role can log in . That is, whether the role can be used as the initial session authorization identifier |
rolreplication | bool | Whether the role is a duplicate role . A replication role can open replication connections and create and delete replication slots . |
rolbypassrls | bool | Whether the role can bypass all row level security policies |
rolconnlimit | int4 | For roles that can log in , This column sets the maximum number of connections that this role can initiate at the same time .-1 Means unlimited . |
rolpassword | text | password ( It could be encrypted ), If not, it is empty . The format depends on the encryption form used . |
rolvaliduntil | timestamptz | Password expiration time ( Only for password authentication ), Empty if it never expires |
边栏推荐
- Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
- Leetcode(540)——有序数组中的单一元素
- Solution for processing overtime orders (Overtime unpaid)
- Restcloud ETL cross database data aggregation operation
- Current situation and future of Web3 in various countries
- stm32F407-------DMA
- Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
- PyTorch 卷积网络正则化 DropBlock
- Return the only different value (de duplication)
- Recommendation letter of "listing situation" -- courage is the most valuable
猜你喜欢

微信小程序开发工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理问题

Servlet中数据传到JSP页面使用el表达式${}无法显示问题

机器学习笔记(持续更新中。。。)

Trial setup and use of idea GoLand development tool

Detailed analysis of micro service component sentinel (hystrix)

Machine learning notes (constantly updating...)

Hard core observation 547 large neural network may be beginning to become aware?

使用Go语言实现try{}catch{}finally

Detailed introduction to the deployment and usage of the Nacos registry

oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
随机推荐
机器学习笔记(持续更新中。。。)
Socket编程
4. 类和对象
MySQL学习03
stm32F407-------DMA
5. File operation
微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題
Basic operation of view
Redis:Redis的简单使用
[Yu Yue education] Jiujiang University material analysis and testing technology reference
Awk from introduction to earth (0) overview of awk
String replace space
Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing
SPI mechanism
Memory pool (understand the process of new developing space from the perspective of kernel)
Awk from entry to burial (1) awk first meeting
Groovy, "try with resources" construction alternative
创建+注册 子应用_定义路由,全局路由与子路由
Leetcode (540) -- a single element in an ordered array
Detailed analysis of micro service component sentinel (hystrix)