Schema
Owner
postgres
Descriptions
There is no description for function _postgis_selectivity
Options
Option | Value |
---|---|
Returns |
double precision |
Language |
c |
Parameters |
tbl pg_catalog.regclass att_name text geom public.geometry mode text = '2'::text |
Definition
CREATE OR REPLACE FUNCTION public._postgis_selectivity (
tbl pg_catalog.regclass,
att_name text,
geom public.geometry,
mode text = '2'::text
)
RETURNS double precision AS
'$libdir/postgis-2.3', '_postgis_gserialized_sel'
LANGUAGE 'c'
VOLATILE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |