pgrx
pgrx copied to clipboard
pg_trigger does not support security_definer
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.