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:

functions.sql
25 25
SET search_path = functions, pg_catalog;
26 26

  
27 27
--
28
-- Name: compass_dir; Type: TYPE; Schema: functions; Owner: -
29
--
30

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

  
38

  
39
--
28 40
-- Name: datatype; Type: TYPE; Schema: functions; Owner: -
29 41
--
30 42

  

Also available in: Unified diff