Re: why can't plpgsql return a row-expression?
Asif Rehman <asifr.rehman@gmail.com>
From: Asif Rehman <asifr.rehman@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Pavel Stehule <pavel.stehule@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-12-06T21:13:49Z
Lists: pgsql-hackers
Attachments
- return_rowtype.v4.patch (application/octet-stream) patch v4
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 >