allowed variable names in functions?

From: "A B" <gentosaker(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: allowed variable names in functions?
Date: 2008-06-30 10:12:21
Message-ID: dbbf25900806300312v37d7d5n4e354bf6cf3ba5c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2008-06-30 10:30:47 Re: allowed variable names in functions?
Previous Message kartik 2008-06-30 09:55:45 Query