| name | value |
|---|---|
| name | public.st_coveredby |
| return type | pg_catalog.bool |
| language | SQL |
| deterministic | YES |
result = public.st_coveredby();
CREATE FUNCTION _st_coveredby(geometry, geometry) RETURNS boolean AS '$libdir/liblwgeom', 'coveredby' LANGUAGE c IMMUTABLE STRICT;