allowed variable names in functions?

Поиск
Список
Период
Сортировка
От A B
Тема allowed variable names in functions?
Дата
Msg-id dbbf25900806300312v37d7d5n4e354bf6cf3ba5c@mail.gmail.com
обсуждение исходный текст
Ответы Re: allowed variable names in functions?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: allowed variable names in functions?