Project

General

Profile

« Previous | Next » 

Revision 12482

schemas/util.sql: added set_search_path()

View differences:

trunk/schemas/util.sql
3148 3148

  
3149 3149

  
3150 3150
--
3151
-- Name: set_search_path(text, boolean); Type: FUNCTION; Schema: util; Owner: -
3152
--
3153

  
3154
CREATE FUNCTION set_search_path(search_path text, for_session boolean DEFAULT false) RETURNS void
3155
    LANGUAGE sql
3156
    AS $_$
3157
SELECT util.eval(util.mk_set_search_path($1, $2))
3158
$_$;
3159

  
3160

  
3161
--
3151 3162
-- Name: show_create_view(regclass); Type: FUNCTION; Schema: util; Owner: -
3152 3163
--
3153 3164

  

Also available in: Unified diff