John Sidney-Woollett wrote:
> Does anyone know if there is a postgres shorthand for Oracle's (+)
> notation to denote an outer join?
>
> eg
>
> SELECT * from a, b where a.x = b.x (+)
Just the standard LEFT JOIN ... afaik
--
Richard Huxton
Archonet Ltd