Re: [SQL] Name the Parameters

2003-09-05 Thread Ian Barwick
On Saturday 06 September 2003 06:42, Kumar wrote: > Dear Gurus, > > Is it possible to name the IN parameters of the PLpgSQL Functions. Because > naming the parameter will ease coding. See the following function for > insert, having 10 parameters as a input. No, though there is an item on the TODO

[SQL] Name the Parameters

2003-09-05 Thread Kumar
Dear Gurus,   Is it possible to name the IN parameters of the PLpgSQL Functions. Because naming the parameter will ease coding. See the following function for insert, having 10 parameters as a input.   = CREATE