DEFINITIONS
Definitions More Info.
Definition ID
830
Title
POSTGRESQL
Category
NOTES
Definition
tablo_table_uzerindeki_user_role_yetkileri_kaldir_revoke
Definition Description
https://dba.stackexchange.com/questions/4286/list-the-database-privileges-using-psql
SELECT
'REVOKE ' || privilege_type || ' ON "' || table_schema || '"."' || table_name || '" FROM iyeter;'
FROM
information_schema.role_table_grants
WHERE
grantee = 'iyeter';
RecordBy
cunay
Record Date
17-05-2018 13:21:01
Düzenle
Kopyala
Sil