Hi,
I want to save history for a few tables using triggers on update andcreation. What's the best approach to do this in a webapp environmentwhere I want to save which webapp user that is doing the change, notthe postgresql user?
-- regards, Robin