Project

General

Profile

« Previous | Next » 

Revision 8143

schemas/functions.sql: Added reset_map_table()

View differences:

schemas/functions.sql
708 708

  
709 709

  
710 710
--
711
-- Name: reset_map_table(text); Type: FUNCTION; Schema: functions; Owner: -
712
--
713

  
714
CREATE FUNCTION reset_map_table(table_ text) RETURNS void
715
    LANGUAGE sql STRICT
716
    AS $_$
717
SELECT functions.mk_map_table($1);
718
SELECT functions.truncate($1);
719
$_$;
720

  
721

  
722
--
711 723
-- Name: set_col_types(regclass, col_cast[]); Type: FUNCTION; Schema: functions; Owner: -
712 724
--
713 725

  

Also available in: Unified diff