我尝试在 postgresql95 上添加 postgis 扩展。我使用 centos7
我按照此链接安装 postgis: http://www.postgresonline.com/journal/archives/362-An-almost-idiots-guide-to-install-PostgreSQL-9.5,-PostGIS-2.2-and-pgRouting-2.1.0-with-Yum.html#PostGIS
我已经安装完成
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
但是当我执行这个
CREATE EXTENSION ogr_fdw;
我收到这样的错误
OGR FDW only works with UTF-8 databases
如何修复?