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

Function: st_geographyfromtext

 

 

Schema

public

 

Owner

postgres

 

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.2', '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 13/03/2014 13:23
Previous topic Chapter index Next topic