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