Get PostGIS version

后端 未结 5 1654
滥情空心
滥情空心 2021-01-29 22:18

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

5条回答
  •  温柔的废话
    2021-01-29 22:37

    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();
    

提交回复
热议问题