Gavin Sherry wrote: > We cannot use named parameter notation with functions due to > overloading. Disregarding the idea of default values, consider: > > create function foo(i int, j int) ... > create function foo(j int, i int) ...
That just means we cannot use the parameter name as a distinguishing factor in the overloading scheme. Which certainly makes a lot of sense to me. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly