Open konrad-awsiukiewicz opened 1 year ago
NEW.version = OLD.version 1
The statement "NEW.version = OLD.version + 1;" in a PostgreSQL CREATE FUNCTION refers to an update of the value of the "version" column in a trigger function.
NEW.version = OLD.version 1
The statement "NEW.version = OLD.version + 1;" in a PostgreSQL CREATE FUNCTION refers to an update of the value of the "version" column in a trigger function.