Re: ERROR: parser: parse error at or near "JOIN" - Mailing list pgsql-hackers

From Fernando Nasser
Subject Re: ERROR: parser: parse error at or near "JOIN"
Date
Msg-id 3AE83028.DB611C58@redhat.com
Whole thread Raw
In response to Re: row name length  (Adam Rose <adamr@eaze.net>)
List pgsql-hackers
Please disregard this.  This message was held by Majordomo for a couple
of days and I have already resent it.

Tom Lane has already solved my problem (I had a miscompiled version of
bison in my machine).

Regards to all,
Fernando


Fernando Nasser wrote:
> 
> Is anyone else seeing this?
> 
> I have the current CVS sources and "make check" ends up with one
> failure.  My regression.diffs shows:
> 
> *** ./expected/join.out Thu Dec 14 17:30:45 2000
> --- ./results/join.out  Mon Apr 23 20:23:15 2001
> ***************
> *** 1845,1851 ****
>   -- UNION JOIN isn't implemented yet
>   SELECT '' AS "xxx", *
>     FROM J1_TBL UNION JOIN J2_TBL;
> ! ERROR:  UNION JOIN is not implemented yet
>   --
>   -- Clean up
>   --
> --- 1845,1851 ----
>   -- UNION JOIN isn't implemented yet
>   SELECT '' AS "xxx", *
>     FROM J1_TBL UNION JOIN J2_TBL;
> ! ERROR:  parser: parse error at or near "JOIN"
>   --
>   -- Clean up
>   --
> 

-- 
Fernando Nasser
Red Hat Inc.                     E-Mail:  fnasser@redhat.com


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [GENERAL] Re: Hardcopy docs available
Next
From: "V. M."
Date:
Subject: unanswered: Schema Issue