On Wed, Aug 11, 2004 at 06:51:59PM -0400, Tom Lane wrote:
> Looks like a slip-up in copying a change from the main grammar. I've
> applied the attached patch to fix it. Thanks for the report!
Thanks Tom.
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: m
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> The following code snippet does not compile under 8.0.0beta1:
> exec sql CREATE TEMPORARY TABLE OverallData (Class, Parameter, DataVal)
> AS SELECT Class, Paramter, SUM(DataVal)
> FROM PatrolData JOIN Metrics ON Parameter = MetricName
> WH
The following bug has been logged online:
Bug reference: 1214
Logged by: R. Scott Bailey
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.5 Dev
Operating system: Tru64 UNIX V5.1B
Description:ecpg regression in 8.0.0beta1
Details:
The following code snippe