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