I have a before insert trigger that updates a value in another table.
It appears that I cannot depend upon that update having taken place
in an after insert trigger on the first table. (The one with the insert.)
Is there a way to force this or do I need to look for a different idea
here?
--
Mike Nolan
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postg resql.org so that your
message can get through to the mailing list cleanly
It appears that I cannot depend upon that update having taken place
in an after insert trigger on the first table. (The one with the insert.)
Is there a way to force this or do I need to look for a different idea
here?
--
Mike Nolan
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postg resql.org so that your
message can get through to the mailing list cleanly
Comment