Schema
Owner
postgres
Descriptions
There is no description for function st_combinebbox
Options
Option | Value |
---|---|
Returns |
public.box2d |
Language |
c |
Parameters |
public.box2d public.geometry |
Definition
CREATE OR REPLACE FUNCTION public.st_combinebbox (
public.box2d,
public.geometry
)
RETURNS public.box2d AS
'$libdir/postgis-2.3', 'BOX2D_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 07/12/2018 13:23 |