Database reference - postgis

postgis -  functions -  public.st_asgeojson

Description

none

Function properties

namevalue
namepublic.st_asgeojson
return typepg_catalog.text 
languageSQL
deterministicYES

Usage

result = public.st_asgeojson();

Code

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




Documentation generated by SqlSpec