postgis.backend — 为 GEOS 和 SFCGAL 重叠的功能提供服务的后端。 选项:geos 或 sfcgal。 默认为geos。
仅当您使用 sfcgal 支持编译 PostGIS 时,此 GUC 才相关。 默认情况下,geos
后端用于 GEOS 和 SFCGAL 具有相同命名函数的函数。 此变量允许您覆盖并使 sfcgal 成为后端来服务请求。
可用性:2.1.0
仅针对连接生命周期设置后端
set postgis.backend = sfcgal;
设置数据库新连接的后端
ALTER DATABASE mygisdb SET postgis.backend = sfcgal;