"Michael Paesold" <mpaesold(at)gmx(dot)at> writes:
> I get:
> ERROR: syntax error at or near "," at character 237
> LINE 9: credit_cursor CURSOR (p_account integer, p_reference integ...
> The same function works perfectly well in 7.4.8 and 8.0.3.
> A bug?
Yeah, looks like Neil accidentally dropped the comma from
decl_cursor_arglist when he whacked that code around to use Lists
instead of handmade arrays. Thanks for catching it.
regards, tom lane