allowed variable names in functions? - Mailing list pgsql-general

From A B
Subject allowed variable names in functions?
Date
Msg-id dbbf25900806300312v37d7d5n4e354bf6cf3ba5c@mail.gmail.com
Whole thread Raw
Responses Re: allowed variable names in functions?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List pgsql-general
Hello.
I suspect that in a  plpgsql function

DECLARE
c2 REAL;
cadiv REAL;

works but

c2 REAL;
c2div REAL;

doesn't.

Is this true, and if so, what are the rules for the names in the
function? I use 8.1.

pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?
Next
From: "Pavel Stehule"
Date:
Subject: Re: allowed variable names in functions?