Project

General

Profile

« Previous | Next » 

Revision 13955

schemas/util.sql: added `replacement` type

View differences:

trunk/schemas/util.sql
112 112

  
113 113

  
114 114
--
115
-- Name: replacement; Type: TYPE; Schema: util; Owner: -
116
--
117

  
118
CREATE TYPE replacement AS (
119
	replace text,
120
	with_ text
121
);
122

  
123

  
124
--
115 125
-- Name: restore_views_info; Type: TYPE; Schema: util; Owner: -
116 126
--
117 127

  

Also available in: Unified diff