pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: postgis_gdal_version

 

 

Schema

public

 

Owner

albenard

 

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 26/02/2014 11:51
Previous topic Chapter index Next topic