Postgres.app PostGIS 使用备忘

Mac 下安装PostgresSQL,最简单的方式就是用这个: http://postgresapp.com/,而且 Postgres.app 中包含了 PostGIS。

参考:http://postgis.net/install/ 这才知道还要手动执行下面代码才能 enable PostGIS

-- Enable PostGIS (includes raster)
CREATE EXTENSION postgis;
-- Enable Topology
CREATE EXTENSION postgis_topology;
-- fuzzy matching needed for Tiger
CREATE EXTENSION fuzzystrmatch;
-- Enable US Tiger Geocoder
CREATE EXTENSION postgis_tiger_geocoder;

psql 中执行:

-- Enable PostGIS (includes raster)
CREATE EXTENSION postgis;
发生错误:

ERROR:  could not load library "/Applications/Postgres.app/Contents/MacOS/lib/rtpostgis-2.0.so": dlopen(/Applications/Postgres.app/Contents/MacOS/lib/rtpostgis-2.0.so, 10): Library not loaded: /usr/local/lib/libtiff.5.dylib
  Referenced from: /Applications/Postgres.app/Contents/MacOS/lib/libgdal.1.dylib
  Reason: image not found

解决办法:

brew install libtiff

在使用 ln 命令!


转载于:https://my.oschina.net/fiftyk/blog/160343

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值