SQL Patch : correct syntax for new version
This commit is contained in:
parent
5475a1da33
commit
135a17ac1d
9 changed files with 14 additions and 13 deletions
|
|
@ -175,7 +175,7 @@ raise debug 'nNew %', nNew;
|
|||
return 0;
|
||||
end;
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' VOLATILE;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
create or replace function account_parent(p_account tmp_pcmn.pcm_val%type)
|
||||
returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue