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

Function: st_combinebbox

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for function st_combinebbox

 

Options

Option

Value

Returns

public.box3d

Language

c

Parameters

public.box3d

public.geometry

 

Definition

CREATE OR REPLACE FUNCTION public.st_combinebbox (
 public.box3d,
 public.geometry
)
RETURNS public.box3d AS
'$libdir/postgis-2.3', 'BOX3D_combine'
LANGUAGE 'c'
IMMUTABLE
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