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_
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