[BUGS] Bug in functions returning setof where table has dropped column

2004-05-03 Thread C9 Developer
OS and Version : Windows 2003 / Cygwin, postgresql 7.4.1 Function returns error message: ERROR: query-specified return row and actual function return row do not match when running a 'setof' function where a table has a dropped column. Not sure if this has been reported previously. A better d

[BUGS] Bug in functions returning setof where table has dropped column

2004-01-18 Thread Stephen Quinney
I originally sent to this to the pgsql-general mailing list as I was not sure if this was a bug or not. It seems likely that it is so I am sending it on to here. I create a table called wibble: CREATE TABLE wibble (a integer, b integer); I insert some data: INSERT INTO wibble VALUES (1,1); I d