Appears Postgres 7.3.3 utilizes current user permissions when executing DML
within trigger functions.
How would one transparently (from the client perspective) switch users for the
purpose of trigger function execution and the restore to the original after
execution?
This issue will arise again with Insert, Update and Delete functions.
Raymond