On 2012-04-04 17:10, Tom Lane wrote:
> Yeb Havinga<yebhavinga@gmail.com> writes:
>> Using a cursor argument name equal to another plpgsql variable results
>> in the error:
>> cursor .. has no argument named ""
> I think a better way would be to temporarily set
> plpgsql_IdentifierLookup to IDENTIFIER_LOOKUP_DECLARE, so as to suppress
> variable name lookup in the first place. The patch as you have it seems
> to me to make too many assumptions about what name lookup might produce.
>
>
Thank you for looking at it. Attached is a patch that implements your
suggestion.
regards,
Yeb