first commit
This commit is contained in:
commit
ba848e218d
1001 changed files with 152333 additions and 0 deletions
6
数据库/postgresql/查询用户的权限.txt
Normal file
6
数据库/postgresql/查询用户的权限.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
查询cardbtstopr的权限
|
||||
|
||||
1、切换到cardbtst数据库
|
||||
postgres=# \c cardbtst
|
||||
2、查询权限
|
||||
cardbtst=# select * from information_schema.role_table_grants where grantee='cardbtstopr';
|
Loading…
Add table
Add a link
Reference in a new issue