Project

General

Profile

« Previous | Next » 

Revision 4051

schemas/functions.sql: Removed no longer used join_strs_transform_fold_empty()

View differences:

schemas/functions.sql
121 121

  
122 122

  
123 123
--
124
-- Name: join_strs_transform_fold_empty(text, text, text); Type: FUNCTION; Schema: functions; Owner: -
125
--
126

  
127
CREATE FUNCTION join_strs_transform_fold_empty(state text, delim text, value text) RETURNS text
128
    LANGUAGE sql IMMUTABLE
129
    AS $_$
130
SELECT functions.join_strs_transform_preserve_empty($1, $2, NULLIF($3, ''))
131
$_$;
132

  
133

  
134
--
135 124
-- Name: join_strs_transform_preserve_empty(text, text, text); Type: FUNCTION; Schema: functions; Owner: -
136 125
--
137 126

  

Also available in: Unified diff