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 public.ST_AsText($1::public.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 07/12/2018 13:23 |