Outer Joins

From: Michael Dunn <michael(at)2cactus(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Outer Joins
Date: 2001-01-04 09:18:57
Message-ID: 3A544001.4050104@2cactus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Poul L. Christiansen 2001-01-04 09:30:36 Re: Outer Joins
Previous Message Tom Lane 2001-01-04 08:50:50 Re: