Project

General

Profile

« Previous | Next » 

Revision 12656

schemas/util.sql: added to_freq(regclass, drop_if_always_1)

View differences:

trunk/schemas/util.sql
3607 3607

  
3608 3608

  
3609 3609
--
3610
-- Name: to_freq(regclass, boolean); Type: FUNCTION; Schema: util; Owner: -
3611
--
3612

  
3613
CREATE FUNCTION to_freq(table_ regclass, drop_if_always_1 boolean) RETURNS void
3614
    LANGUAGE sql
3615
    AS $_$
3616
SELECT util.to_freq($1);
3617
SELECT util.auto_rm_freq($1);
3618
$_$;
3619

  
3620

  
3621
--
3610 3622
-- Name: to_global_col_names(regclass); Type: FUNCTION; Schema: util; Owner: -
3611 3623
--
3612 3624

  

Also available in: Unified diff