Re: Declaring a field that is also an out parameter in a function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Declaring a field that is also an out parameter in a function
Дата
Msg-id 577338.1720304029@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Declaring a field that is also an out parameter in a function  (Michael Nolan <htfoot@gmail.com>)
Ответы Re: Declaring a field that is also an out parameter in a function
Список pgsql-general
Michael Nolan <htfoot@gmail.com> writes:
> Shouldn't declaring a field that is also an OUT parameter throw an error?

No.  The DECLARE is a block nested within the function,
and the parameter is declared at function scope.
So this is a standard case of an inner declaration masking
an outer one.

Possibly plpgsql_check can be set to complain about such cases,
but they're legal according to the language specification.

            regards, tom lane



В списке pgsql-general по дате отправления: