Re: ERROR: parser: parse error at or near "JOIN"

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: parser: parse error at or near "JOIN"
Date: 2001-04-26 14:26:48
Message-ID: 3AE83028.DB611C58@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)redhat(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message V. M. 2001-04-26 14:46:12 unanswered: Schema Issue
Previous Message Tom Lane 2001-04-26 14:26:38 Re: refusing connections based on load ...