Answer the question
In order to leave comments, you need to log in
What's wrong with Postgresql trigger?
I'm trying to create a very simple trigger:
CREATE TRIGGER example_trigger AFTER INSERT ON USERS
FOR EACH ROW EXECUTE PROCEDURE insertGUID();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question