Are variable number of parameters supported in the new version of Postgres?
Hello
no, there isn't way for it without modification of parser. Or you can write
somethink like
create function a(init, int, int, int) ..
create function a(int, int, int) returns .. return a($1,$2,$3, null)
Regards
Pavel Stehule
_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/
---------------------------(end of broadcast)---------------------------
TIP 1: 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