sql scripts : remove owner

This commit is contained in:
Dany De Bontridder 2011-11-14 14:38:47 +00:00
parent dae4eb4374
commit 0551aa49c2
11 changed files with 4 additions and 74 deletions

View file

@ -25,7 +25,7 @@ return upper(sResult);
end;$BODY$
LANGUAGE plpgsql VOLATILE
COST 100;
ALTER FUNCTION comptaproc.format_account(account_type) OWNER TO dany;
COMMENT ON FUNCTION comptaproc.format_account(account_type) IS 'format the accounting :
- upper case
- remove space and special char.