Re: parse error in function - Mailing list pgsql-general

From Tom Lane
Subject Re: parse error in function
Date
Msg-id 22429.1074182224@sss.pgh.pa.us
Whole thread Raw
In response to parse error in function  (Uros <uros@sir-mag.com>)
List pgsql-general
Uros <uros@sir-mag.com> writes:
> I have problem with my function and I can find what's wrong.

Don't use plpgsql variable names that conflict with field names of the
tables you are trying to access in the function.

            regards, tom lane

pgsql-general by date:

Previous
From: Victor Spång Arthursson
Date:
Subject: Foreign key question
Next
From: Richard Huxton
Date:
Subject: Re: parse error in function