sql scripts : remove owner
This commit is contained in:
parent
dae4eb4374
commit
0551aa49c2
11 changed files with 4 additions and 74 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue