我可以将 PostgreSQL 8.3.x 用于 OpenStreetMap 吗?
当我遇到错误时,我尝试将 phpPgAdmin 安装为 XAMPP 插件,因为最新的 phpPgAdmin 支持 PostgreSQL 版本 8.3.x。所以我决定安装 PostgreSQL 8.3.11 而不是最新的 (PGSQL 8.4.x)。这对我的 OSM 申请有影响吗?谢谢!
I'm trying to install phpPgAdmin as an XAMPP addon when I encountered an error because the latest phpPgAdmin supports upto PostgreSQL version 8.3.x. So I decided to install PostgreSQL 8.3.11 instead of the latest (PGSQL 8.4.x). Will this matter to my OSM application? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Postgres 8.4 比 8.3 有很多优点,Open Street Map / PostGIS 应该可以使用它,所以我建议使用 8.4 作为 Postgres 版本,而不是从项目 github 存储库中获取最新版本的 phpPgAdmin (< a href="http://github.com/xzilla/phppgadmin" rel="nofollow noreferrer">http://github.com/xzilla/phppgadmin),完全支持 8.4。这将帮助您渡过难关,直到下一个正式的 phpPgAdmin 版本发布(计划在未来几周内发布)。
There are a lot of advantages to Postgres 8.4 over 8.3, and Open Street Map / PostGIS should work on it, so I'd recommend using 8.4 for the Postgres version, and instead grabbing the latest version of phpPgAdmin from the projects github repo (http://github.com/xzilla/phppgadmin), which fully supports 8.4. That will tide you over until the next official phpPgAdmin release, which is scheduled to happen in the next few weeks.
OSM 和 postgresql 之间的唯一链接可能是 postgis。
Postgis 最新版本(1.5.1)需要 postgresql >= 8.3,所以答案是不,没关系 - 当然,如果我理解你的问题正确。
The only link between OSM and postgresql is probably postgis.
Postgis lastest version (1.5.1) requires postgresql >= 8.3, so the answer is no, it won't matter - if, of course, I understood your question correctly.