Name
PostGIS_PROJ_Version — PROJ4のバージョン番号を返します。
Synopsis
text PostGIS_PROJ_Version(
)
;
説明
PROJ4のバージョン番号を返します。PROJ4対応が有効でない場合はNULL
を返します。
例
SELECT PostGIS_PROJ_Version();
postgis_proj_version
-------------------------
Rel. 4.4.9, 29 Oct 2004
(1 row)