Project

General

Profile

« Previous | Next » 

Revision 14135

schemas/util.sql: added table_item type

View differences:

trunk/schemas/util.sql
131 131

  
132 132

  
133 133
--
134
-- Name: table_item; Type: TYPE; Schema: util; Owner: -
135
--
136

  
137
CREATE TYPE table_item AS (
138
	table_ regclass,
139
	name text
140
);
141

  
142

  
143
--
134 144
-- Name: _alt(anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement); Type: FUNCTION; Schema: util; Owner: -
135 145
--
136 146

  

Also available in: Unified diff