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 public.unionarg [] |
Definition
CREATE OR REPLACE FUNCTION public._st_union_transfn (
pg_catalog.internal,
public.raster,
public.unionarg []
)
RETURNS pg_catalog.internal AS
'$libdir/rtpostgis-2.3', '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 07/12/2018 13:23 |