pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: pgis_geometry_accum_transfn

 

 

Schema

public

 

Owner

postgres

 

Descriptions

There is no description for function pgis_geometry_accum_transfn

 

Options

Option

Value

Returns

public.pgis_abs

Language

c

Parameters

public.pgis_abs

public.geometry

double precision

integer

 

Definition

CREATE OR REPLACE FUNCTION public.pgis_geometry_accum_transfn (
 public.pgis_abs,
 public.geometry,
 double precision,
 integer
)
RETURNS public.pgis_abs AS
'$libdir/postgis-2.3', 'pgis_geometry_accum_transfn'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST
1;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic