pgrx icon indicating copy to clipboard operation
pgrx copied to clipboard

pg_trigger does not support security_definer

Open osawyerr opened this issue 2 years ago • 0 comments

Creating trigger functions using pg_trigger doesn’t support security_definer so triggers are always run as the invoker. It would be useful to be able to run triggers as the security_definer. This is already supported by normal pgrx functions.

osawyerr avatar Jan 12 '24 09:01 osawyerr