Revision 13812
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2869 | 2869 |
|
2870 | 2870 |
CREATE FUNCTION new_world() RETURNS postgis.geography |
2871 | 2871 |
LANGUAGE sql IMMUTABLE |
2872 |
SET search_path TO util, postgis
|
|
2872 |
SET search_path TO util |
|
2873 | 2873 |
AS $$ |
2874 |
SELECT util.bounding_box(-56 ~ 83, 172 ~ -34)::geography
|
|
2874 |
SELECT util.bounding_box(-56 ~ 83, 172 ~ -34) |
|
2875 | 2875 |
$$; |
2876 | 2876 |
|
2877 | 2877 |
|
Also available in: Unified diff
schemas/util.sql: new_world(): removed no longer needed cast to postgis.geography