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