Project

General

Profile

« Previous | Next » 

Revision 8825

schemas/util.sql: added _lowercase()

View differences:

util.sql
252 252

  
253 253

  
254 254
--
255
-- Name: _lowercase(text); Type: FUNCTION; Schema: util; Owner: -
256
--
257

  
258
CREATE FUNCTION _lowercase(value text) RETURNS text
259
    LANGUAGE sql IMMUTABLE STRICT
260
    AS $_$
261
SELECT lower($1)
262
$_$;
263

  
264

  
265
--
255 266
-- Name: _map(hstore, text); Type: FUNCTION; Schema: util; Owner: -
256 267
--
257 268

  

Also available in: Unified diff