Re: Outer join in postgresql

From: Jesus Aneiros <aneiros(at)jagua(dot)cfg(dot)sld(dot)cu>
To: Patrick Kay <patk(at)auctionsolutions(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Outer join in postgresql
Date: 2000-06-13 01:01:49
Message-ID: Pine.LNX.4.10.10006122101001.7310-100000@jagua.cfg.sld.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

There is no OUTER JOIN in postgres. You could use SELECT and UNION ALL.

Jesus.

On Mon, 12 Jun 2000, Patrick Kay wrote:

> I am looking for a way run an outer join in psql. Can anyone help?
>
> Informix has an "OUTER" keyword. I don't see anything like this in the docs
> for psql.
>
> Thanks much.
> -Pat Kay
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message John McKown 2000-06-13 01:09:11 Re: Simple search question
Previous Message Alex 2000-06-12 23:42:01 Simple search question