获取PostGIS版本 [英] Get PostGIS version

查看:514
本文介绍了获取PostGIS版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何找出我拥有的PostGIS版本?

How can I find out which version of PostGIS I have?

推荐答案

由于某些功能依赖于其他库,例如GEOS和proj4,因此您可能也希望获取其版本.然后使用:

Since some of the functions depend on other libraries like GEOS and proj4 you might want to get their versions too. Then use:

SELECT PostGIS_full_version();

这篇关于获取PostGIS版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆