0

I am working with postgres-xl 9.5 , it is not supporting triggers. I am trying to write trigger function by using python it should replace

BEFORE INSERT ON tbl
FOR EACH ROW EXECUTE PROCEDURE fnx()

Thanks

1 Answer 1

1

You cannot create a trigger in Postgres-XL, as the documentation says.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.