Re: plpgsql function changes?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Lazar <dlazar(at)resistorsoftware(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql function changes?
Date: 2005-06-25 21:42:50
Message-ID: 29632.1119735770@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Lazar <dlazar(at)resistorsoftware(dot)com> writes:
> ERROR: RETURN cannot have a parameter in function returning set; use
> RETURN NEXT at or near "pkg" at character 1149

> Did something change from pgsql 7.X series set returning function to
> version 8.X series???

I think 8.0 actually complains that you made a mistake, whereas 7.x
just silently ignores it. It's still a mistake though.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas 2005-06-26 01:49:40 Re: Win32 users?
Previous Message David Lazar 2005-06-25 20:53:10 plpgsql function changes?