PostGIS_Wagyu_Version — Returns the version number of the internal Wagyu library.
text PostGIS_Wagyu_Version(
)
;
Returns the version number of the internal Wagyu library, or
NULL
if Wagyu support is not enabled.
SELECT PostGIS_Wagyu_Version(); postgis_wagyu_version ----------------------- 0.5.0 (Internal) (1 row)