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