Nome

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

Sinossi

text PostGIS_Wagyu_Version();

Descrizione

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

Esempi

Code
SELECT PostGIS_Wagyu_Version();
Output
0.5.0 (Internal)