How to dynamically build a query to build JSON object in PL/pgSQL?
I am building a function to insert a record into an audit table every time a record is inserted, updated, or deleted in the parent table.
I am building a function to insert a record into an audit table every time a record is inserted, updated, or deleted in the parent table.