DEFINITIONS

Definitions More Info.
Definition ID939
TitlePOSTGRESQL
CategoryNOTES
Definitionmevcuttaki kullanici yetkilerini sorgu ile cekmek HARIKA
Definition DescriptionSELECT table_catalog, table_schema, table_name, privilege_type,'GRANT ' || privilege_type || ' ON "' || table_schema || '"."' || TABLE_NAME || '" TO dba_user;'
FROM information_schema.table_privileges
WHERE grantee = 'dba_user'
RecordBycunay
Record Date21-05-2019 15:50:19
Düzenle
Kopyala
Sil