On Fri, Mar 26, 2010 at 7:00 AM, Dimitri Fontaine <[email protected]> wrote: > "Timothy Seever" <[email protected]> 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 -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
