Project

General

Profile

« Previous | Next » 

Revision 14194

schemas/util.sql: added col_def type

View differences:

trunk/schemas/util.sql
70 70

  
71 71

  
72 72
--
73
-- Name: col_def; Type: TYPE; Schema: util; Owner: -
74
--
75

  
76
CREATE TYPE col_def AS (
77
	col col,
78
	type regtype
79
);
80

  
81

  
82
--
73 83
-- Name: compass_dir; Type: TYPE; Schema: util; Owner: -
74 84
--
75 85

  

Also available in: Unified diff