Re: [BUGS] BUG #5030: Problem on "RETURN QUERY EXECUTE" when a column is dropped from a table

2009-09-02 Thread Jaime Casanova
On Wed, Sep 2, 2009 at 12:25 PM, Armando Taffarel Neto wrote: > > SELECT * FROM test_foo(); > ERROR:  structure of query does not match function result type > DETAIL:  Number of returned columns (1) does not match expected column count > (2). > CONTEXT:  PL/pgSQL function "test_foo" line 5 at RETUR

[BUGS] BUG #5030: Problem on "RETURN QUERY EXECUTE" when a column is dropped from a table

2009-09-02 Thread Armando Taffarel Neto
The following bug has been logged online: Bug reference: 5030 Logged by: Armando Taffarel Neto Email address: taffa...@solis.coop.br PostgreSQL version: 8.4.0 Operating system: Linux Ubuntu 9.04 Description:Problem on "RETURN QUERY EXECUTE" when a column is dropped fr