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