Hi !
I'm trying to modify an input parameter of a function, but I receive following error :
ERROR: "$17" is declared CONSTANT
CONTEXT: compile of PL/pgSQL function "update_jobreg" near line 26
Is there a way to modify an input parameter or I have to declare a local variable and assign that input parameter to it ?
Many thanks in advance, Nico Callewaert