URX_PUBLIC._postgis_selectivity(tbl regclass, att_name text, geom geometry, mode text) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

NameURX_PUBLIC._postgis_selectivity(tbl regclass, att_name text, geom geometry, mode text)
Comment
Src
CREATE FUNCTION "URX_PUBLIC"."_postgis_selectivity"(tbl regclass, att_name text, geom geometry, mode text) 
 RETURNS double precision AS 
$BODY$_postgis_gserialized_sel$BODY$
 LANGUAGE 'c' VOLATILESTRICT ;