Re: plpgsql, return can contains any expression

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: bruce(at)momjian(dot)us
Cc: pgsql-patches(at)postgresql(dot)org, neilc(at)samurai(dot)com
Subject: Re: plpgsql, return can contains any expression
Date: 2006-09-03 11:02:30
Message-ID: BAY20-F114FF84345AF8CB890290CF9320@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hello

I am sending corrected version.

regards
Pavel Stehule

>
>
>While this patch has new regression tests, it doesn't have new expected
>output for it. Please update the patch to supply that. Thanks.
>
>---------------------------------------------------------------------------
>
>Pavel Stehule wrote:
> > 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, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: explain analyze is your friend
>
>--
> Bruce Momjian bruce(at)momjian(dot)us
> EnterpriseDB http://www.enterprisedb.com
>
> + If your life is a hard drive, Christ can be your backup. +
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

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

Attachment Content-Type Size
return.diff application/binary 24.6 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2006-09-03 11:51:46 Re: [HACKERS] Interval aggregate regression failure (expected seems
Previous Message Michael Glaesemann 2006-09-03 11:00:30 Re: Interval month, week -> day