Re: [BUGS] variadic flag doesn't work with "any" type

2010-12-10 Thread Tom Lane
Pavel Stehule writes: > 2010/12/9 Tom Lane : >> What exactly is the use-case for that? > I am working on function that can help with record updating. It's > based on polymorphic types. I would to allow a multiple modification > per one call - like UPDATE statement does. > some like: > record_set_

Re: [BUGS] variadic flag doesn't work with "any" type

2010-12-10 Thread Pavel Stehule
2010/12/10 Tom Lane : > Pavel Stehule writes: >> 2010/12/9 Tom Lane : >>> What exactly is the use-case for that? > >> I am working on function that can help with record updating. It's >> based on polymorphic types. I would to allow a multiple modification >> per one call - like UPDATE statement do