Project

General

Profile

« Previous | Next » 

Revision 14143

schemas/util.sql: added CAST (util.table_item AS util.col)

View differences:

util.sql
5275 5275
CREATE CAST (util.range AS numrange) WITH FUNCTION util.numrange(util.range) AS IMPLICIT;
5276 5276

  
5277 5277

  
5278
--
5279
-- Name: CAST (util.table_item AS util.col); Type: CAST; Schema: pg_catalog; Owner: -
5280
--
5281

  
5282
CREATE CAST (util.table_item AS util.col) WITH INOUT;
5283

  
5284

  
5278 5285
SET search_path = util, pg_catalog;
5279 5286

  
5280 5287
--

Also available in: Unified diff