Schema
Owner
postgres
Descriptions
There is no description for function st_askml
Options
Option | Value |
---|---|
Returns |
text |
Language |
sql |
Parameters |
text |
Definition
CREATE OR REPLACE FUNCTION public.st_askml (
text
)
RETURNS text AS
$span$
SELECT public._ST_AsKML(2, $1::public.geometry, 15, null);
$span$
LANGUAGE 'sql'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |