Project

General

Profile

« Previous | Next » 

Revision 14201

schemas/util.sql: added derived_col_constraint_enable()

View differences:

util.sql
1655 1655

  
1656 1656

  
1657 1657
--
1658
-- Name: derived_col_constraint_enable(col); Type: FUNCTION; Schema: util; Owner: -
1659
--
1660

  
1661
CREATE FUNCTION derived_col_constraint_enable(col col) RETURNS void
1662
    LANGUAGE sql
1663
    AS $$
1664
SELECT util.check_constraint_enable(col::util.table_item)
1665
$$;
1666

  
1667

  
1668
--
1658 1669
-- Name: derived_col_constraints_enable(regclass); Type: FUNCTION; Schema: util; Owner: -
1659 1670
--
1660 1671

  

Also available in: Unified diff