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