Problème lors de la mise à jour
Publié : mar. nov. 14, 2017 11:35 pm
Bonjour,
La mise à jour s’arrête ici :
Patching mabase
Patching mabase from the version 103 to 104 begin;
CREATE OR REPLACE FUNCTION comptaproc.format_account(p_account account_type)
found a function RETURNS account_type AS
$BODY$
declare
sResult account_type;
begin
sResult := lower(p_account);
sResult := translate(sResult,E\'éèêëàâäïîüûùöôç\',\'eeeeaaaiiuuuooc\');
sResult := translate(sResult,E\' $€µ£%.+-/\\\\!(){}(),;_&|\"#\'\'^*\',\'\');
return upper(sResult);
end;
$BODY$
LANGUAGE plpgsql ;
La mise à jour s’arrête ici :
Patching mabase
Patching mabase from the version 103 to 104 begin;
CREATE OR REPLACE FUNCTION comptaproc.format_account(p_account account_type)
found a function RETURNS account_type AS
$BODY$
declare
sResult account_type;
begin
sResult := lower(p_account);
sResult := translate(sResult,E\'éèêëàâäïîüûùöôç\',\'eeeeaaaiiuuuooc\');
sResult := translate(sResult,E\' $€µ£%.+-/\\\\!(){}(),;_&|\"#\'\'^*\',\'\');
return upper(sResult);
end;
$BODY$
LANGUAGE plpgsql ;