ERROR: OUTER JOIN is not yet supported

From: "Jeff Martin" <jeff(at)dgjc(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: ERROR: OUTER JOIN is not yet supported
Date: 2002-02-02 21:43:03
Message-ID: NEBBLNMDMLIJEILLDFNBMEAPCFAA.jeff@dgjc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello...I though PostgreSQL supports OUTER JOIN? Do I need to compile with
special options or something?
I am running PostgreSQL 7.0.3 on Linux RedHat 7.1 with Kernel 2.4

psql <<!
job=# select contact, phone from account left outer join phone on
account.Id=Phone.AccountId;
ERROR: OUTER JOIN is not yet supported
!

Thanks for any help,

Jeff
Jeff Martin
704 Torrey Lane, Apartment D
Boalsburg, PA 16827
H814-466-7791
jeff(at)dgjc(dot)org
www.dgjc.org

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Martin 2002-02-02 22:04:18 Indices for foreign keys
Previous Message Jeff Martin 2002-02-02 21:42:58 PostgreSQL transaction locking problem