Re: [GENERAL] Function parameter

2009-02-24 Thread Nico Callewaert
- Original Message - From: "John DeSoi" To: "Nico Callewaert" Cc: Sent: Wednesday, February 25, 2009 1:52 AM Subject: Re: [GENERAL] Function parameter On Feb 24, 2009, at 5:10 PM, Nico Callewaert wrote: I'm trying to modify an input parameter of

Re: [GENERAL] Function parameter

2009-02-24 Thread John DeSoi
On Feb 24, 2009, at 5:10 PM, Nico Callewaert wrote: 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

[GENERAL] Function parameter

2009-02-24 Thread Nico Callewaert
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