Schema
Owner
wetlands
Descriptions
There is no description for function makeline
Options
Option | Value |
|---|---|
Returns |
|
Language |
internal |
Parameters |
Definition
CREATE OR REPLACE FUNCTION "public"."makeline" ("public"."geometry") RETURNS "public"."geometry" AS
$body$
aggregate_dummy
$body$
LANGUAGE 'internal' IMMUTABLE CALLED ON NULL INPUT SECURITY INVOKER;
Pete Giencke pgiencke@glc.org |
|