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 18:02:57
Message-ID: fnfski$21q$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule wrote:
> Hello,
>
> use plperl.

I'd like something more light-weight to reduce complexity of deployment.
Something in pgplsql would be ideal. Is there a way to simply iterate
over the fields of a row and retrieve field names and values?

> PostgreSQL hasn't simple tool for it. Maybe this link will be usefull for you
> http://www.ciselant.de/projects/pg_ci_diff/

Thanks, this is very interesting work! It's an overkill for my current
needs but I'll keep it in mind.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-01-26 18:13:33 Re: Truncate Triggers
Previous Message Andrew Dunstan 2008-01-26 18:01:09 Re: Simple row serialization?