DEFINITIONS

Definitions More Info.
Definition ID830
TitlePOSTGRESQL
CategoryNOTES
Definitiontablo_table_uzerindeki_user_role_yetkileri_kaldir_revoke
Definition Descriptionhttps://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';
RecordBycunay
Record Date17-05-2018 13:21:01
Düzenle
Kopyala
Sil