macos – 使用MacPorts的PostreSQL93 postgis2

前端之家收集整理的这篇文章主要介绍了macos – 使用MacPorts的PostreSQL93 postgis2前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试使用macports在我的mac上将我的postgres安装从9.2更新到9.3.我删除了所有与postgres相关的安装,然后我安装了postgres93,但是当我安装postgis(sudo port install postgis2)时,macports自动下载并安装postgres92(所以93版没有postgis扩展名)…为什么?如何为postres93指定postgis2?

解决方法

解决了!!!

我通过将postgres3指定为与postgis2一起使用的变体来重新安装postgres93:

sudo port install postgis2 +postgresql93

猜你在找的Postgre SQL相关文章