Re: proposal: auxiliary functions for record type

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Florian Pflug <fgp(at)phlo(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: auxiliary functions for record type
Date: 2010-12-11 15:03:42
Message-ID: AANLkTikTGiUKH8+nbb0hTG-A1EcJO=HSENBw0nem6Acv@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/12/11 Florian Pflug <fgp(at)phlo(dot)org>:
> On Dec11, 2010, at 06:20 , Pavel Stehule wrote:
>> I wrote a few functions for record type - record_expand,
>> record_get_fields, record_get_field, record_set_fields.
>
> Just FYI, I've created something similar a while ago. The code can be found at
> https://github.com/fgp/pg_record_inspect
>
> The main difference seems to be that my code allows you to retrieve fields from a record without casting it to text. As a consequence, however, it lacks the set-returning functions that your's provides. It also doesn't provide a way to modify fields.

Casting to text is necessary for PL/pgSQL. I am not happy from this,
but there are not other way than using a common type - text - because
you don't know a target type.

>
> Still, maybe we could join efforts here? I certain would *love* to see something like this either as a contrib module or in core.
>

I'll look on your module,

Regards

Pavel Stehule

> best regards,
> Florian Pflug
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2010-12-11 15:24:41 Re: proposal: auxiliary functions for record type
Previous Message Robert Haas 2010-12-11 14:37:06 Re: libpq changes for synchronous replication