Name

PostGIS_Scripts_Installed — 返回此数据库中安装的 PostGIS 脚本的版本。

Synopsis

text PostGIS_Scripts_Installed();

描述

返回此数据库中安装的 PostGIS 脚本的版本。

[Note]

如果此函数的输出与 PostGIS_Scripts_Released的输出不匹配,您可能错过了正确升级现有数据库的机会。 有关详细信息,请参阅升级部分。

可用性:0.9.0

示例

SELECT PostGIS_Scripts_Installed();
  postgis_scripts_installed
-------------------------
 3.4.0dev 3.3.0rc2-993-g61bdf43a7
(1 row)