Schema
Owner
postgres
Descriptions
There is no description for function geography_distance_knn
Options
Option | Value |
---|---|
Returns |
double precision |
Language |
c |
Parameters |
public.geography public.geography |
Definition
CREATE OR REPLACE FUNCTION public.geography_distance_knn (
public.geography,
public.geography
)
RETURNS double precision AS
'$libdir/postgis-2.2', 'geography_distance_knn'
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 13/03/2014 13:23 |