当我使用
CREATE EXTENSION postgis_topology;我得到了这个错误:
Postgres-XL does not support TRIGGER yet
The feature is not currently supported我使用的是Postgres-XL10r1.1。
发布于 2020-06-16 21:38:37
那么您就不能将该扩展与Postgres-XL一起使用。
https://stackoverflow.com/questions/62404702
复制相似问题