Tim Perdue <tim(at)perdue(dot)net> writes:
> I have created a function in pl/pgsql to modify a row before it gets put
^^^^^^^^^^^^^^^^^^^
> into the database, but it seems my modification is being ignored, and
> the unmodified row is being inserted.
> CREATE TRIGGER projtask_insert_depend_trig AFTER INSERT ON project_task
^^^^^^^^^^^^
> FOR EACH ROW EXECUTE PROCEDURE projtask_insert_depend();
I believe I see your problem ...
regards, tom lane