FOR$X not work anymore with 7.4beta

From: "Mendola Gaetano" <mendola(at)bigfoot(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: FOR$X not work anymore with 7.4beta
Date: 2003-09-16 18:24:21
Message-ID: 034201c37c7f$bff967f0$152aa8c0@GMENDOLA2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I discover that the following declaration inside
a stored procedure with postgres7.3 was legal:

a_variable ALIAS FOR$1;

note the missing space after FOR

now is not working anymore with 7.4beta
I don't know how much people will be affected,
may be is good wrote this in the migration note.

Regards
Gaetano Mendola

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2003-09-16 18:37:32 observations about temporary tables and schemas
Previous Message Tom Lane 2003-09-16 18:19:23 Re: New thoughts about indexing cross-type comparisons