Re: Simple row serialization?

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Simple row serialization?
Date: 2008-01-26 19:40:46
Message-ID: fng2c0$jhc$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> writes:
>> On 26/01/2008, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>> Although this won't work at the SQL level in 8.1, I think you might be
>>> able to accomplish the equivalent within plpgsql by assigning the
>>> rowtype value to a text variable.
>
>> you lost names :(.
>
> And datatype info too; but AFAICT that's exactly what the OP wants.

Thanks! Having names would be great, but this is sufficient for now.
(I've tested it and it works!).

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2008-01-26 19:42:58 Re: Simple row serialization?
Previous Message Simon Riggs 2008-01-26 19:22:03 Re: Truncate Triggers