Project

General

Profile

« Previous | Next » 

Revision 14169

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

View differences:

trunk/schemas/util.sql
5524 5524

  
5525 5525

  
5526 5526
--
5527
-- Name: CAST (util.col AS util.derived_col_def); Type: CAST; Schema: pg_catalog; Owner: -
5528
--
5529

  
5530
CREATE CAST (util.col AS util.derived_col_def) WITH FUNCTION util.derived_col_def(util.col) AS IMPLICIT;
5531

  
5532

  
5533
--
5527 5534
-- Name: CAST (util.col AS util.table_item); Type: CAST; Schema: pg_catalog; Owner: -
5528 5535
--
5529 5536

  

Also available in: Unified diff