Schema
public
Owner
postgres
Descriptions
There is no description for function overlaps_nd
Options
Option | Value |
---|---|
Returns |
boolean |
Language |
c |
Parameters |
public.gidx public.gidx |
Definition
CREATE OR REPLACE FUNCTION public.overlaps_nd (
public.gidx,
public.gidx
)
RETURNS boolean AS
'$libdir/postgis-2.3', 'gserialized_gidx_gidx_overlaps'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL 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 |