Re: why can't plpgsql return a row-expression? - Mailing list pgsql-hackers

From Asif Rehman
Subject Re: why can't plpgsql return a row-expression?
Date
Msg-id CADM=JeifRd=xuVQLkPfpxdron+-d4BZqvjyitqi=KgWDVXs55w@mail.gmail.com
Whole thread Raw
In response to Re: why can't plpgsql return a row-expression?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: why can't plpgsql return a row-expression?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: why can't plpgsql return a row-expression?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

I have attached the stripped-down version. I will leave the type coercions support for a separate patch.

Regards,
--Asif



On Fri, Dec 7, 2012 at 1:14 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Robert Haas <robertmhaas@gmail.com> writes:
> Are you going to commit a stripped-down version of the patch?

I set it back to "waiting on author" --- don't know if he wants to
produce a stripped-down version with no type coercions, or try to use
cast-based coercions.

                        regards, tom lane

Attachment

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: ALTER TABLE ... NOREWRITE option
Next
From: Tom Lane
Date:
Subject: Re: Re: How to check whether the row was modified by this transaction before?