Database reference - postgis

postgis -  functions -  public.st_askml

Description

none

Function properties

namevalue
namepublic.st_askml
return typepg_catalog.text 
languageSQL
deterministicYES

Usage

result = public.st_askml();

Code

CREATE FUNCTION _st_askml(integer, geometry, integer) RETURNS text
    AS '$libdir/liblwgeom', 'LWGEOM_asKML'
    LANGUAGE c IMMUTABLE STRICT;




Documentation generated by SqlSpec