Open steve-chavez opened 11 months ago
Currently there's no way to use event triggers. RDS allows it though, see https://web.archive.org/web/20190404104732/https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.EventTriggers. Caveat: the user must delete event triggers when migrating to a new major postgres version.
References:
Allow event triggers for non superusers.
Problem
Currently there's no way to use event triggers. RDS allows it though, see https://web.archive.org/web/20190404104732/https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.EventTriggers. Caveat: the user must delete event triggers when migrating to a new major postgres version.
References:
Solution
Allow event triggers for non superusers.