Schema
Owner
wetlands
Descriptions
There is no description for function geometry_out
Options
Option | Value |
|---|---|
Returns |
pg_catalog.cstring |
Language |
c |
Parameters |
Definition
CREATE OR REPLACE FUNCTION "public"."geometry_out" ("public"."geometry") RETURNS "pg_catalog"."cstring" AS
'$libdir/liblwgeom.so.1.1', 'LWGEOM_out'
LANGUAGE 'c' IMMUTABLE RETURNS NULL ON NULL INPUT SECURITY INVOKER;
Pete Giencke pgiencke@glc.org |
|