Problemunvalidated
In a trigger function that is called for an `INSERT` operation the `OLD` implicit record variable is null — CREATE OR REPLACE TRIGGER max_bid_trigger BEFORE INSERT ON bidtable. Tension: which is probably the cause of "unfortunately it doesn't work". Outcome: the `OLD` implicit record variable is null.
d312d2f0-25ef-4cd7-a6da-1cbc9a6ba2d9
In a trigger function that is called for an INSERT operation the OLD implicit record variable is null — CREATE OR REPLACE TRIGGER max_bid_trigger BEFORE INSERT ON bidtable. Tension: which is probably the cause of "unfortunately it doesn't work". Outcome: the OLD implicit record variable is null.