Bruce Momjian wrote:
> Gaetano Mendola wrote:
>
>>Bruce Momjian wrote:
>>
>>>Thanks.
>>>
>>>I have applied this to the SGML docs. The HISTORY file will be updated
>>>automatically now.
>>
>>I didn't see in the notes about the "Migration to
>>version 7.4" the fact that now inside a plpgsql
>>function is not anymore accepted declare a variable
>>in this way:
>> my_variable ALIAS FOR$1
>>
>>(note the space missing between FOR and $1).
>
>
> Do you think people are actually doing that, and if they are, wouldn't
> it be obvious how to fix it? Anyone else?
I had a novice here that was lost because an old well functioning
stored procedure was not working anymore.
Just my 2 cents.
Regards
Gaetano Mendola