proposal: auxiliary functions for record type - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal: auxiliary functions for record type
Date
Msg-id AANLkTimcMLaZH6vF9fM-jJivyV9bwU+rn7G08=6sQpO-@mail.gmail.com
Whole thread Raw
Responses Re: proposal: auxiliary functions for record type  (Darren Duncan <darren@darrenduncan.net>)
Re: proposal: auxiliary functions for record type  (Florian Pflug <fgp@phlo.org>)
Re: proposal: auxiliary functions for record type  (Dmitriy Igrishin <dmitigr@gmail.com>)
List pgsql-hackers
Hello

I wrote a few functions for record type - record_expand,
record_get_fields, record_get_field, record_set_fields.

A usage of this functions is described in my blog
http://okbob.blogspot.com/2010/12/iteration-over-record-in-plpgsql.html

Do you think, so these functions can be in core? These are relative
strong and enough general with zero dependency. Sure, these functions
are not defined in ANSI SQL.

Regards

Pavel Stehule


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Anyone for SSDs?
Next
From: Darren Duncan
Date:
Subject: Re: proposal: auxiliary functions for record type