RE: Outer joins

From: "Michael S(dot) Kelly" <michaelk(at)axian(dot)com>
To: <kaiq(at)realtyideas(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: RE: Outer joins
Date: 2000-04-18 18:17:02
Message-ID: NEBBKOJMAKEJJCCOJPPPAEMKCAAA.michaelk@axian.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Actually found the answer to my question in Bruce Momjian's book. I'm
shamefaced to say that I never considered UNION ALL solve the problem.

thanks,

-=michael=-

*****************************************************
* Michael S. Kelly
* 4800 SW Griffith Dr., Ste. 202
* Beaverton, OR 97005 USA
* voice: (503)644-6106 x122 fax: (503)643-8425
* <michaelk(at)axian(dot)com>
* http://www.axian.com/
*****************************************************
* Axian: Software Consulting and Training
*****************************************************

-----Original Message-----
From: kaiq(at)realtyideas(dot)com [mailto:kaiq(at)realtyideas(dot)com]
Sent: Tuesday, April 18, 2000 10:54 AM
To: Michael S. Kelly
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Outer joins

why it is a problem at all, if you use sql so long? outer join
can be easily simulated.

On Tue, 18 Apr 2000, Michael S. Kelly wrote:

> I understand that outer joins are not supported in PostgreSQL. I'm just
> starting my first PostgreSQL project, and have to admit that this concerns
> me. Outer joins have come in handy, at some point, in almost every
database
> project I've ever worked on. I guess I'd like to hear how you all work
> around this issue.
>
> Thanks,
>
> -=michael=-
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2000-04-18 18:29:48 Re: Outer joins
Previous Message Tom Lane 2000-04-18 18:02:02 Re: Mystery: functions are slow with group by, but...