On Fri, Dec 10, 2010 at 2:44 PM, Pavel Stehule <[email protected]> wrote: > 2010/12/10 Tom Lane <[email protected]>: >> Pavel Stehule <[email protected]> writes: >>> 2010/12/9 Tom Lane <[email protected]>: >>>> 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_fields(anyelement, key text, value "any" [, key text, value >>> "any" [..]]) returns anyelement >> >> OK, makes sense, since you don't want to constrain the values to be all >> the same datatype. > > ok, can I send a patch?
In the part of Tom's email you didn't quote, he wrote "this can't work". Did you miss that part? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
