Schema
Owner
postgres
Descriptions
args: g - Returns a text summary of the contents of the geometry.
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
public.geography |
Definition
CREATE OR REPLACE FUNCTION public.st_summary (
public.geography
)
RETURNS text AS
'$libdir/postgis-2.3', 'LWGEOM_summary'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION public.st_summary(public.geography)
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 13/03/2014 13:23 |