Schema
Owner
postgres
Descriptions
There is no description for function _st_dwithinuncached
Options
Option | Value |
---|---|
Returns |
boolean |
Language |
c |
Parameters |
public.geography public.geography double precision boolean |
Definition
CREATE OR REPLACE FUNCTION public._st_dwithinuncached (
public.geography,
public.geography,
double precision,
boolean
)
RETURNS boolean AS
'$libdir/postgis-2.3', 'geography_dwithin_uncached'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |