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

From Fernando Nasser
Subject ERROR: parser: parse error at or near "JOIN"
Date
Msg-id 3AE4D27D.AF41073E@redhat.com
Whole thread Raw
In response to Re: row name length  (Adam Rose <adamr@eaze.net>)
List pgsql-hackers
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 Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


pgsql-hackers by date:

Previous
From: YekFu.Wong@seagate.com
Date:
Subject: pg_log file corrupted
Next
From: "August Zajonc"
Date:
Subject: Re: refusing connections based on load ...