plpgsql, return can contains any expression

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: neilc(at)samurai(dot)com
Subject: plpgsql, return can contains any expression
Date: 2006-08-28 05:04:27
Message-ID: BAY20-F3D517391185B7B8CEBE4EF9380@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hello

This patch allows using any row expression in return statement and does
transformation from untyped row to composite types if it's necessary.

Regards
Pavel Stehule

_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/

Attachment Content-Type Size
return.diff text/x-patch 18.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2006-08-28 07:24:20 Re: [HACKERS] Interval aggregate regression failure (expected seems
Previous Message Jonah H. Harris 2006-08-28 04:55:05 Re: PL/Perl: spi_prepare() and RETURNING

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2006-08-28 07:24:20 Re: [HACKERS] Interval aggregate regression failure (expected seems
Previous Message Andrew Dunstan 2006-08-28 04:06:33 Re: [PATCHES] Another VPATH patch for ecpg