Docs/数据库/postgresql/查询用户的权限.txt
2022-10-18 16:59:37 +08:00

6 lines
No EOL
189 B
Text

查询cardbtstopr的权限
1、切换到cardbtst数据库
postgres=# \c cardbtst
2、查询权限
cardbtst=# select * from information_schema.role_table_grants where grantee='cardbtstopr';