Schema
Owner
postgres
Descriptions
There is no description for function _st_reclass
Options
Option | Value |
---|---|
Returns |
public.raster |
Language |
c |
Parameters |
rast public.raster variadic reclassargset public.reclassarg [] |
Definition
CREATE OR REPLACE FUNCTION public._st_reclass (
rast public.raster,
variadic reclassargset public.reclassarg []
)
RETURNS public.raster AS
'$libdir/rtpostgis-2.3', 'RASTER_reclass'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |