PostGIS

PostGIS_Wagyu_Version

Prev

7.23. Version Functions

Next

Name

PostGIS_Wagyu_Version — Returns the version number of the internal Wagyu library.

Synopsis

+text +PostGIS_Wagyu_Version(`)`;

Description

Returns the version number of the internal Wagyu library, or NULL if Wagyu support is not enabled.

Examples

SELECT PostGIS_Wagyu_Version();
 postgis_wagyu_version
-----------------------
 0.5.0 (Internal)
(1 row)