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