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