Schema
public
Owner
albenard
Descriptions
args: g - Returns a text summary of the contents of the geometry.
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
public.geometry |
Definition
CREATE OR REPLACE FUNCTION public.st_summary (
public.geometry
)
RETURNS text AS
'$libdir/postgis-2.3', 'LWGEOM_summary'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 25;
COMMENT ON FUNCTION public.st_summary(public.geometry)
IS 'args: g - Returns a text summary of the contents of the geometry.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |