Schema
Owner
postgres
Descriptions
Reports full raster version and build configuration infos.
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
There are no parameters for function postgis_raster_lib_version |
Definition
CREATE OR REPLACE FUNCTION public.postgis_raster_lib_version (
)
RETURNS text AS
'$libdir/rtpostgis-2.3', 'RASTER_lib_version'
LANGUAGE 'c'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION public.postgis_raster_lib_version()
IS 'Reports full raster version and build configuration infos.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |