Project

General

Profile

« Previous | Next » 

Revision 10797

bugfix: schemas/vegbien.sql: datasource_rm(): set_config(): don't name the is_local param because it is not a named parameter

View differences:

schemas/vegbien.sql
726 726
CREATE FUNCTION datasource_rm(datasource text, schema_null anyelement DEFAULT NULL::source) RETURNS void
727 727
    LANGUAGE sql
728 728
    AS $_$
729
SELECT set_config('search_path', util.schema_ident($2), is_local := true);
729
SELECT set_config('search_path', util.schema_ident($2), true);
730 730
DELETE FROM source WHERE shortname = $1;
731 731
$_$;
732 732

  

Also available in: Unified diff