当前位置:网站首页>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 |
边栏推荐
- 微服务组件Sentinel (Hystrix)详细分析
- easyExcel
- [Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
- [shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
- The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
- 8 free, HD, copyright free video material download websites are recommended
- oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
- Ni visa fails after LabVIEW installs the third-party visa software
- 【教程】chrome关闭跨域策略cors、samesite,跨域带上cookie
- 通达OA 首页门户工作台
猜你喜欢
Hard core observation 547 large neural network may be beginning to become aware?
Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
[shutter] pull the navigation bar sideways (drawer component | pageview component)
微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題
4. 类和对象
Job object of collaboration in kotlin
Redis: simple use of redis
Anna: Beibei, can you draw?
Depth (penetration) selector:: v-deep/deep/ and > > >
easyPOI
随机推荐
stm32F407-------IIC通讯协议
easyPOI
Modify table structure
File class (check)
Ni visa fails after LabVIEW installs the third-party visa software
Cfdiv2 fixed point guessing- (interval answer two points)
Word word word
Stm32f407 ------- IIC communication protocol
Unrecognized SSL message, plaintext connection?
Producer consumer model based on thread pool (including blocking queue)
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
Apple releases MacOS 11.6.4 update: mainly security fixes
stm32F407-------ADC
Return a tree structure data
力扣(LeetCode)183. 从不订购的客户(2022.07.02)
Startup mode and scope builder of collaboration in kotlin
Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
微信小程序开发工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理问题
COM和CN
机器学习流程与方法