result = public.st_touches();
CREATE FUNCTION _st_touches(geometry, geometry) RETURNS boolean AS '$libdir/liblwgeom', 'touches' LANGUAGE c IMMUTABLE STRICT;