PostgreSQL - Triggers in PostgreSQL
You want to create a trigger that logs changes to a
salary column only when the salary is updated to a higher value. Which trigger condition and record access correctly implements this in PostgreSQL?