Re: Outer Join Syntax - Mailing list pgsql-sql

From Joe Conway
Subject Re: Outer Join Syntax
Date
Msg-id 023401c11aaf$60e7af80$48d210ac@jecw2k1
Whole thread Raw
In response to Outer Join Syntax  ("Richard Rowell" <richard@bowmansystems.com>)
List pgsql-sql
Subject: [SQL] Outer Join Syntax


> I'm doing a feasability study on porting our flagship product to Postgres
> (from MS_SQL).  I have run across a few snags, the largest of which is the
> outer join syntax.  MS has some nice syntactical sugar with the *=/=*
> operators that Postgres dosen't seem to support.  I am confused on how
> to replicate the behavior however. We often link together many tables via

See http://www.postgresql.org/idocs/index.php?queries.html

You also might want to take a look at
http://www.postgresql.org/idocs/index.php?explicit-joins.html

HTH,

--Joe



pgsql-sql by date:

Previous
From: "Richard Rowell"
Date:
Subject: Outer Join Syntax
Next
From: Tom Lane
Date:
Subject: Re: Outer Join Syntax