Re: [BUGS] BUG #5117: Table type Function Bug when column dropped

2009-10-15 Thread Alvaro Herrera
cf of wrote: >alter table test_table drop column key3; > >select * from test_function(); >ERROR: wrong record type supplied in RETURN NEXT >DETAIL: Number of returned columns (2) does not match expected column > count (3). Known problem, fixed in HEAD (8.5-to-be). Not sure how

[BUGS] BUG #5117: Table type Function Bug when column dropped

2009-10-15 Thread cf of
The following bug has been logged online: Bug reference: 5117 Logged by: cf of Email address: ccooff...@hotmail.com PostgreSQL version: 8.4 (maybe all) Operating system: Linux Description:Table type Function Bug when column dropped Details: create table test_table