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