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

From A B
Subject Re: allowed variable names in functions?
Date
Msg-id dbbf25900806300406g620a39calb4b5521a5cdd36c3@mail.gmail.com
Whole thread Raw
In response to Re: allowed variable names in functions?  ("A B" <gentosaker@gmail.com>)
List 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 by date:

Previous
From: "A B"
Date:
Subject: Re: allowed variable names in functions?
Next
From: "A B"
Date:
Subject: "The tuple structure of a not-yet-assigned record is indeterminate."