Re: [GENERAL] parameters handling in postgresql functions

2005-02-09 Thread John DeSoi
On Feb 9, 2005, at 11:10 AM, Sibtay Abbas wrote: hi all How are function parameters generally passed in postgresql. More specifically when we pass a variable to a plpgsql function is passed by value or by reference By value. I don't believe there is any way to modify parameters if that is what you

Re: [GENERAL] parameters handling in postgresql functions

2005-02-09 Thread Richard Huxton
Sibtay Abbas wrote: hi all How are function parameters generally passed in postgresql. More specifically when we pass a variable to a plpgsql function is passed by value or by reference By value. Always (as far as I know). -- Richard Huxton Archonet Ltd ---(end of broadc

[GENERAL] parameters handling in postgresql functions

2005-02-09 Thread Sibtay Abbas
hi all How are function parameters generally passed in postgresql. More specifically when we pass a variable to a plpgsql function is passed by value or by reference Thank You ---(end of broadcast)--- TIP 2: you can get off all lists at once with t