On 2003.05.29 14:41 Tom Lane wrote:
> I kinda suspect you have an unexpected variable substitution. Is the
> above *exactly* how the offending function reads, or have you
> editorialized on the names used?
It was editorialized and in the editorializing I obscured the real issue.
I had a local variable name and a column name in my query as the same name,
differenitated only by case. Unfortunately, plpgsql did not see them as
different :)
Take care,
Jay