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

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ERROR: parser: parse error at or near "JOIN"
Date: 2001-04-24 05:18:36
Message-ID: 3AE50CAC.B53F6A7E@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2001-04-24 05:59:07 Re: Re: refusing connections based on load ...
Previous Message Nathan Myers 2001-04-24 05:00:39 Re: refusing connections based on load ...