SQL Patch : correct syntax for new version

This commit is contained in:
Dany De Bontridder 2018-02-24 13:16:00 +01:00
parent 5475a1da33
commit 135a17ac1d
9 changed files with 14 additions and 13 deletions

View file

@ -237,7 +237,7 @@ loop
return;
end;
$BODY$
LANGUAGE plpgsql ;
LANGUAGE plpgsql;
DROP FUNCTION comptaproc.get_menu_tree(text, text);