Project

General

Profile

« Previous | Next » 

Revision 14380

schemas/util.sql: added col_re()

View differences:

trunk/schemas/util.sql
1457 1457

  
1458 1458

  
1459 1459
--
1460
-- Name: col_re(); Type: FUNCTION; Schema: util; Owner: -
1461
--
1462

  
1463
CREATE FUNCTION col_re() RETURNS text
1464
    LANGUAGE sql IMMUTABLE
1465
    AS $$
1466
SELECT '(?:"[^"\s]+"|\w+)'::text
1467
$$;
1468

  
1469

  
1470
--
1460 1471
-- Name: col_type(col); Type: FUNCTION; Schema: util; Owner: -
1461 1472
--
1462 1473

  

Also available in: Unified diff