您好,登錄后才能下訂單哦!
小編給大家分享一下查看postgresql用戶權限的方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
1、查看某用戶的表權限
select * from information_schema.table_privileges where grantee='user_name';
2、查看usage權限表
select * from information_schema.usage_privileges where grantee='user_name';
3、查看存儲過程函數相關權限表
select * from information_schema.routine_privileges where grantee='user_name';
4、建用戶授權
create user user_name; alter user user_name with password ''; alter user user_name with CONNECTION LIMIT 20;#連接數限制
看完了這篇文章,相信你對查看postgresql用戶權限的方法有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。