proposal: auxiliary functions for record type

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: proposal: auxiliary functions for record type
Date: 2010-12-11 05:20:15
Message-ID: AANLkTimcMLaZH6vF9fM-jJivyV9bwU+rn7G08=6sQpO-@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Darren Duncan 2010-12-11 05:28:41 Re: proposal: auxiliary functions for record type
Previous Message Vaibhav Kaushal 2010-12-11 04:21:48 Re: Anyone for SSDs?