On Fri, Mar 26, 2010 at 7:00 AM, Dimitri Fontaine
<dfontaine(at)hi-media(dot)com> wrote:
> "Timothy Seever" <tim(dot)seever(at)gmail(dot)com> writes:
>> CREATE FUNCTION testfunc() RETURNS setof tablec AS $BODY$ SELECT * FROM
>> tablec; $BODY$ LANGUAGE 'sql' STABLE;
>
> Common wisdom saith to never ever use "SELECT *" in your code. You just
> found out a reason why.
Still pretty annoying though.
...Robert
In response to
pgsql-bugs by date
| Next: | From: Tharakan, George (GE Healthcare) | Date: 2010-03-29 08:56:32 |
| Subject: Known Issues Page |
| Previous: | From: Robert Haas | Date: 2010-03-29 00:17:54 |
| Subject: Re: BUG #5392: Query Optimization |