Project

General

Profile

« Previous | Next » 

Revision 13900

schemas/util.sql: added OPERATOR ~@(geocoord, geography)

View differences:

trunk/schemas/util.sql
4914 4914
';
4915 4915

  
4916 4916

  
4917
--
4918
-- Name: ~@; Type: OPERATOR; Schema: util; Owner: -
4919
--
4920

  
4921
CREATE OPERATOR ~@ (
4922
    PROCEDURE = contained_within_approx,
4923
    LEFTARG = geocoord,
4924
    RIGHTARG = postgis.geography
4925
);
4926

  
4927

  
4917 4928
SET search_path = pg_catalog;
4918 4929

  
4919 4930
--

Also available in: Unified diff