0
我正在使用postgresql版本9.4.5。我將用戶添加到超級用戶角色(Master),如下:如何找出添加到postgresql中的角色的用戶?
grant testuser1 to master;
grant testuser2 to master;
現在如何找出用戶的名單加入到這個角色的「主人」。是有任何具體的系統表/視圖查詢這個?我需要在where子句中傳遞角色名稱'maser'。
很多謝謝
也許這會給你和主意,開始http://dba.stackexchange.com/questions/56096/how-to-get-all-roles-that-a-user包括繼承-角色-is-A-構件的- –