"Michael Paesold" <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match