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