Re: Outer Joins

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Michael Dunn <michael(at)2cactus(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Outer Joins
Date: 2001-01-04 09:30:36
Message-ID: 3A5442BC.C1264BA8@cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

PostgreSQL 7.1 (which is in beta now) will have outer joins.

It will probably (and hopefully) be released in Jan./Feb., but the beta
seems quite stable to me.

Poul L. Christiansen

Michael Dunn wrote:

> I am relatively new to the list and somewhat new to PostgreSQL. I am
> wondering if there has been any discussion or thought about including
> outer joins in later releases of PostreSQL. It seems highly inefficient
> simulating outer joins with subqueries and UNION ALL statements. Or,
> perhaps PostgreSQL has another way prevent unjoined rows from being
> supressed in the results. Your comments are welcome.
>
> Thanks, Micael Dunn

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gordan Bobic 2001-01-04 09:40:10 Automatic on-line replication
Previous Message Michael Dunn 2001-01-04 09:18:57 Outer Joins