Thread: V8.0 beta 1 Void type

V8.0 beta 1 Void type

From
Nick Hajek
Date:
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 in
functionality between these versions? or is this a bug?

thanks,

Nick