数据库
首页 > 数据库> > PostgreSQL学习笔记

PostgreSQL学习笔记

作者:互联网

列出所有用户使用\du

postgres=# \du
                                   List of roles
 Role name |                         Attributes                         | Member of 
-----------+------------------------------------------------------------+-----------
 postgres  | Superuser, Create role, Create DB, Replication, Bypass RLS | {}
 repuser   | Replication                                                | {}

postgres=# 

 

标签:Member,PostgreSQL,postgres,Create,DB,笔记,学习,Replication,du
来源: https://www.cnblogs.com/changfeng1959/p/16392698.html