Project

General

Profile

« Previous | Next » 

Revision 14385

schemas/util.sql: added alias_re()

View differences:

trunk/schemas/util.sql
668 668

  
669 669

  
670 670
--
671
-- Name: alias_re(); Type: FUNCTION; Schema: util; Owner: -
672
--
673

  
674
CREATE FUNCTION alias_re() RETURNS text
675
    LANGUAGE sql IMMUTABLE
676
    AS $$
677
SELECT '(?: AS '||util.col_re()||')'::text
678
$$;
679

  
680

  
681
--
671 682
-- Name: all_same_final(anyarray); Type: FUNCTION; Schema: util; Owner: -
672 683
--
673 684

  

Also available in: Unified diff