Project

General

Profile

« Previous | Next » 

Revision 13889

schemas/util.sql: added geocoord type

View differences:

trunk/schemas/util.sql
82 82

  
83 83

  
84 84
--
85
-- Name: geocoord; Type: TYPE; Schema: util; Owner: -
86
--
87

  
88
CREATE TYPE geocoord AS (
89
	latitude_deg double precision,
90
	longitude_deg double precision
91
);
92

  
93

  
94
--
85 95
-- Name: range; Type: TYPE; Schema: util; Owner: -
86 96
--
87 97

  

Also available in: Unified diff