Project

General

Profile

« Previous | Next » 

Revision 13907

schemas/util.sql: added south_america(), in_south_america()

View differences:

public_.sql
2202 2202

  
2203 2203

  
2204 2204
--
2205
-- Name: in_south_america(util.geocoord); Type: FUNCTION; Schema: public; Owner: -
2206
--
2207

  
2208
CREATE FUNCTION in_south_america(point util.geocoord) RETURNS boolean
2209
    LANGUAGE sql IMMUTABLE
2210
    AS $_$
2211
SELECT util.in_south_america($1)
2212
$_$;
2213

  
2214

  
2215
--
2216
-- Name: FUNCTION in_south_america(point util.geocoord); Type: COMMENT; Schema: public; Owner: -
2217
--
2218

  
2219
COMMENT ON FUNCTION in_south_america(point util.geocoord) IS '
2220
wrapper that prevents views from getting dropped when the util schema is reinstalled
2221
';
2222

  
2223

  
2224
--
2205 2225
-- Name: location__pull_forward_from_parent(); Type: FUNCTION; Schema: public; Owner: -
2206 2226
--
2207 2227

  

Also available in: Unified diff