| name | value |
|---|---|
| name | public.st_askml |
| return type | pg_catalog.text |
| language | SQL |
| deterministic | YES |
result = public.st_askml();
CREATE FUNCTION _st_askml(integer, geometry, integer) RETURNS text AS '$libdir/liblwgeom', 'LWGEOM_asKML' LANGUAGE c IMMUTABLE STRICT;