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
|
|
@ -133,7 +133,7 @@ CREATE OR REPLACE FUNCTION update_quick_code(njft_id int4,tav_text text)
|
|||
return ns;
|
||||
end;
|
||||
$BODY$
|
||||
LANGUAGE plpgsql VOLATILE;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
|
||||
|
||||
|
|
@ -186,7 +186,7 @@ begin
|
|||
return;
|
||||
end;
|
||||
$body$
|
||||
LANGUAGE plpgsql VOLATILE;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
|
||||
|
||||
|
|
@ -228,7 +228,7 @@ CREATE OR REPLACE FUNCTION insert_quick_code(nf_id int4, tav_text text)
|
|||
return ns;
|
||||
end;
|
||||
$BODY$
|
||||
LANGUAGE plpgsql VOLATILE;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue