Name
PostGIS_Version — Returns PostGIS version number and compile-time
		options.
Description
Returns PostGIS version number and compile-time options.
Examples
SELECT PostGIS_Version();
			postgis_version
---------------------------------------
 1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1
(1 row)