Re: [GENERAL] Outer inner join

Byron Nikolaidis <byronn@insightdist.com>

From: Byron Nikolaidis <byronn@insightdist.com>
To: Przemyslaw Bak <przemol@st3.makro.com.pl>
Cc: pgsql-general@postgreSQL.org
Date: 1998-07-21T13:16:23Z
Lists: pgsql-general
Przemyslaw Bak wrote:
> 
> Hi,
> 
> how can I use outer or inner join in POstgres 6.3.2 ?
> 
> przemol

Postgres supports inner join using the WHERE clause (not the keywords
INNER JOIN ... ON).

It doesn't support outer join yet.  I'm not sure if this feature is
being added for the 6.4 release or not.

Byron