Event Triggers and GRANT/REVOKE - Mailing list pgsql-general

From Miles Elam
Subject Event Triggers and GRANT/REVOKE
Date
Msg-id CAALojA9YTg1GzECnTkSnpt7pStsXdhOM132mJt4FLQUC4eVsrg@mail.gmail.com
Whole thread Raw
Responses Re: Event Triggers and GRANT/REVOKE
List pgsql-general
GRANT and REVOKE trigger on a ddl_command_end event trigger but don't provide any information beyond whether it was a table, schema, function, etc. that was affected. No object IDs or the like are included. How would you find out which table had its ACLs modified?

Also, why do grants and revokes have an object_type of 'TABLE' instead of lower case names like 'table' for all other event types?


Thanks,

Miles Elam

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Allowing client access
Next
From: PASCAL CROZET
Date:
Subject: plpgsql copy import csv double quotes