Hi Mike.
In any of your plpgsql function you can use RAISE LOG 'Blah, Blah...' the same way you use RAISE NOTICE.On Thu, Mar 9, 2017 at 2:37 PM, Mike Broers <mbroers@xxxxxxxxx> wrote:
I'm investigating ways to track all interactions with certain tables in postgres. pgaudit seems like a great solution but it doesnt look like its a supported extension in rds yet.I've considered creating triggers that record interactions into the standard postgresql log file but I cant find examples of this approach, only examples that write to tables. Is it possible to do this?ThanksMike