Schema
Owner
postgres
Descriptions
Reports the version of the GDAL library in use by PostGIS.
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
There are no parameters for function postgis_gdal_version |
Definition
CREATE OR REPLACE FUNCTION public.postgis_gdal_version (
)
RETURNS text AS
'$libdir/rtpostgis-2.3', 'RASTER_gdal_version'
LANGUAGE 'c'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION public.postgis_gdal_version()
IS 'Reports the version of the GDAL library in use by PostGIS.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |