Re: allowed variable names in functions?

Поиск
Список
Период
Сортировка
От A B
Тема Re: allowed variable names in functions?
Дата
Msg-id dbbf25900806300406g620a39calb4b5521a5cdd36c3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: allowed variable names in functions?  ("A B" <gentosaker@gmail.com>)
Список pgsql-general
> But there not any problem with returning values with code like this
>
> DECLARE
>   retval  RECORD;
>
> retval.c2 := ....
> RETRUN NEXT retval;
>
> if c2 is a field on some table?

Oh, that seems also to be problematic.

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

Предыдущее
От: "A B"
Дата:
Сообщение: Re: allowed variable names in functions?
Следующее
От: "A B"
Дата:
Сообщение: "The tuple structure of a not-yet-assigned record is indeterminate."