> Does anyone know if out parameters are supported in pl/pgsql functions?
Yes. They are not supported. I've got patches ready to submit which
recognize the IN, OUT and INOUT keywords defined in SQL99, but the
patches will just throw an explicit error if you specify an OUT/INOUT
parameter.
btw, everyone: any objections to or comments on the above?
- Thomas