当前位置:网站首页>Gbase 8C system table PG_ auth_ members
Gbase 8C system table PG_ auth_ members
2022-07-03 02:22:00 【Dazhuang twelve】
pg_auth_members The system table stores and displays the membership between roles .
name | type | quote | describe |
roleid | oid | pg_authid.oid | Having the role of a member ID |
member | oid | pg_authid.oid | roleid Member role of ID |
grantor | oid | pg_authid.oid | The role that authorizes this membership ID |
admin_option | bool | If member Can put the roleid Membership granted to others , It is true |
边栏推荐
- Gbase 8C system table PG_ database
- GBase 8c系统表-pg_conversion
- Compréhension simple de SVG
- Iptables layer 4 forwarding
- Cvpr2022 remove rain and fog
- Stm32f407 ------- IIC communication protocol
- easyPOI
- [shutter] pull the navigation bar sideways (drawer component | pageview component)
- 基于线程池的生产者消费者模型(含阻塞队列)
- Unrecognized SSL message, plaintext connection?
猜你喜欢

4. Classes and objects

y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)

stm32F407-------DMA

UDP receive queue and multiple initialization test

Stm32f407 ------- IIC communication protocol

Machine learning notes (constantly updating...)

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

Restcloud ETL cross database data aggregation operation

Coroutinecontext in kotlin
随机推荐
Memory pool (understand the process of new developing space from the perspective of kernel)
机器学习流程与方法
stm32F407-------ADC
Compréhension simple de SVG
SPI机制
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
awk从入门到入土(2)认识awk内置变量和变量的使用
GBase 8c系统表-pg_conversion
Job object of collaboration in kotlin
Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???
Detailed introduction to the usage of Nacos configuration center
[codeforces] cf1338a - Powered addition [binary]
面试项目技术栈总结
面试八股文整理版
人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
GBase 8c 函数/存储过程参数(二)
Use go language to realize try{}catch{}finally
What are MySQL locks and classifications
基于线程池的生产者消费者模型(含阻塞队列)
[Flutter] dart: class;abstract class;factory;类、抽象类、工厂构造函数