Nombre

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

Sinopsis

text PostGIS_Wagyu_Version();

Descripción

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

Ejemplos

Code
SELECT PostGIS_Wagyu_Version();
Output
0.5.0 (Internal)