PostgreSQL - Triggers in PostgreSQL
You want to create a trigger function that automatically sets a column
last_modified to the current timestamp whenever a row is updated. Which of the following trigger function definitions correctly achieves this?