Project

General

Profile

« Previous | Next » 

Revision 7673

Moved compass_dir from schemas/vegbien.sql to schemas/functions.sql so it can be used by _dms_to_dd()

View differences:

vegbien.sql
23 23

  
24 24

  
25 25
--
26
-- Name: compass_dir; Type: TYPE; Schema: public; Owner: -
27
--
28

  
29
CREATE TYPE compass_dir AS ENUM (
30
    'N',
31
    'E',
32
    'S',
33
    'W'
34
);
35

  
36

  
37
--
38 26
-- Name: coordinatesource; Type: TYPE; Schema: public; Owner: -
39 27
--
40 28

  

Also available in: Unified diff