Nombre

PostGIS_Version — Returns PostGIS version number and compile-time options.

Sinopsis

text PostGIS_Version();

Descripción

Returns PostGIS version number and compile-time options.

Ejemplos

Code
SELECT PostGIS_Version();
Output
3.4 USE_GEOS=1 USE_PROJ=1 USE_STATS=1