Schema
Owner
postgres
Descriptions
There is no description for function _st_union_transfn
Options
Option | Value |
---|---|
Returns |
pg_catalog.internal |
Language |
c |
Parameters |
pg_catalog.internal public.raster |
Definition
CREATE OR REPLACE FUNCTION public._st_union_transfn (
pg_catalog.internal,
public.raster
)
RETURNS pg_catalog.internal AS
'$libdir/rtpostgis-2.2', 'RASTER_union_transfn'
LANGUAGE 'c'
IMMUTABLE
CALLED 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 |