Schema
Owner
postgres
Descriptions
There is no description for function st_astext
Options
Option | Value |
---|---|
Returns |
text |
Language |
sql |
Parameters |
text |
Definition
CREATE OR REPLACE FUNCTION public.st_astext (
text
)
RETURNS text AS
$span$
SELECT ST_AsText($1::geometry);
$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 |