[GENERAL] V8.0 beta 1 Void type

2004-09-10 Thread Nick Hajek
I am declaring a variaable of type void in a plpgsql function which serves to receive the value(?) returned by another function which has been declared to return a void type. This worked in 7.4 but in testing 8, we receive an error - 'ERROR: variable "dbg" has pseudo-type void'. Is there a change

[GENERAL] 8.0.0 beta 2, void type

2004-09-14 Thread Nick Hajek
I have moved a DB from 7.4.3 to 8.0.0b2 for testing and am experiencing some problems with the void type within pl functions. I am calling a function which returns a void from within another function and have defined a variable of type void to catch