Re: Simple row serialization? - Mailing list pgsql-hackers

From Ivan Voras
Subject Re: Simple row serialization?
Date
Msg-id fnfski$21q$1@ger.gmane.org
Whole thread Raw
In response to Re: Simple row serialization?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List 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.


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Simple row serialization?
Next
From: Tom Lane
Date:
Subject: Re: Truncate Triggers