[postgres-xl-bugs] pgxl does not support trigger

zhangjin zhangjin at zhumengyuan.com
Sun Oct 15 20:26:49 PDT 2017


Hi


CREATE TRIGGER insert_measurement_trigger
     BEFORE INSERT ON measurement
     FOR EACH ROW EXECUTE PROCEDURE measurement_insert_trigger();

ERROR:  Postgres-XL does not support TRIGGER yet
DETAIL:  The feature is not currently supported


ref

https://www.postgres-xl.org/documentation/ddl-partitioning.html

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.postgres-xl.org/private.cgi/postgres-xl-bugs-postgres-xl.org/attachments/20171016/974d26d5/attachment.html>


More information about the postgres-xl-bugs mailing list