pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: st_geographyfromtext

 

 

Schema

public

 

Owner

albenard

 

Descriptions

args: EWKT - Return a specified geography value from Well-Known Text representation or extended (WKT).

 

Options

Option

Value

Returns

public.geography

Language

c

Parameters

text

 

Definition

CREATE OR REPLACE FUNCTION public.st_geographyfromtext (
 text
)
RETURNS public.geography AS
'$libdir/postgis-2.3', 'geography_from_text'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST
1;

COMMENT ON FUNCTION public.st_geographyfromtext(text)
IS 'args: EWKT - Return a specified geography value from Well-Known Text representation or extended (WKT).';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic