OUTER JOIN doesn't work on pgSQL 7.1.2

From: "Alex Glikson" <agliks(at)technion(dot)ac(dot)il>
To: pgsql-sql(at)postgresql(dot)org
Subject: OUTER JOIN doesn't work on pgSQL 7.1.2
Date: 2002-01-02 13:31:00
Message-ID: a0v22j$gvl$1@news.huji.ac.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello!

I have PostgreSQL 7.1.2 on Linux.
When I try to use outer join, I get an error message:
ERROR: OUTER JOIN is not yet supported

I understand from the release notes, that starting with version 7.1 there
should not be any problems with OUTER JOINs.

What could be the problem?

Thanks in advance,

Alex

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2002-01-02 18:26:31 Re: [SQL] Unpredictable text -> date implicit casting behaviour/to_date
Previous Message Karel Zak 2002-01-02 13:04:07 Re: [SQL] Unpredictable text -> date implicit casting behaviour/to_date bug