Project

General

Profile

« Previous | Next » 

Revision 12275

schemas/util.sql: added ltrim_nl()

View differences:

trunk/schemas/util.sql
1542 1542

  
1543 1543

  
1544 1544
--
1545
-- Name: ltrim_nl(text); Type: FUNCTION; Schema: util; Owner: -
1546
--
1547

  
1548
CREATE FUNCTION ltrim_nl(str text) RETURNS text
1549
    LANGUAGE sql IMMUTABLE
1550
    AS $_$
1551
SELECT ltrim($1, $$
1552
$$)
1553
$_$;
1554

  
1555

  
1556
--
1545 1557
-- Name: map_filter_insert(); Type: FUNCTION; Schema: util; Owner: -
1546 1558
--
1547 1559

  

Also available in: Unified diff