Project

General

Profile

« Previous | Next » 

Revision 13805

schemas/util.sql: added new_world()

View differences:

trunk/schemas/util.sql
2862 2862

  
2863 2863

  
2864 2864
--
2865
-- Name: new_world(); Type: FUNCTION; Schema: util; Owner: -
2866
--
2867

  
2868
CREATE FUNCTION new_world() RETURNS postgis.geography
2869
    LANGUAGE sql IMMUTABLE
2870
    SET search_path TO util, postgis
2871
    AS $$
2872
SELECT util.bounding_box(-56 ~ 83, 172 ~ -34)::geometry::geography
2873
$$;
2874

  
2875

  
2876
--
2865 2877
-- Name: not_empty(anyarray); Type: FUNCTION; Schema: util; Owner: -
2866 2878
--
2867 2879

  

Also available in: Unified diff