Postgresql – How to exclude columns from OLD and NEW object in PostreSql trigger function
I have a scenario, where a trigger function is activated before an update of some sort. And in order for the condition to be met one of the columns must be excluded from the "OLD" and "NEW" objects. CREATE FUNCTION…