Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Postgres上使用pl/Python创建触发器_Python_Postgresql_Postgres Xl - Fatal编程技术网

在Postgres上使用pl/Python创建触发器

在Postgres上使用pl/Python创建触发器,python,postgresql,postgres-xl,Python,Postgresql,Postgres Xl,我正在使用postgres xl 9.5,它不支持触发器。我正在尝试使用python编写触发器函数,它应该替换 BEFORE INSERT ON tbl FOR EACH ROW EXECUTE PROCEDURE fnx() 谢谢您不能在Postgres XL中创建触发器,如所述

我正在使用postgres xl 9.5,它不支持触发器。我正在尝试使用python编写触发器函数,它应该替换

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

谢谢

您不能在Postgres XL中创建触发器,如所述