old style outer joins - Mailing list pgsql-general

From James Harper
Subject old style outer joins
Date
Msg-id AEC6C66638C05B468B556EA548C1A77DAF0764@trantor
Whole thread Raw
Responses Re: old style outer joins  (Martijn van Oosterhout <kleptog@svana.org>)
Re: old style outer joins  (Richard Huxton <dev@archonet.com>)
List pgsql-general
I think the answer is no, but can anyone tell me if postgresql supports
the older (pre sql-92?) style outer join syntax, eg:

SELECT *
FROM a,b
WHERE a.pk *= b.fk

It doesn't appear to support that exact syntax, which suggests it
doesn't know what I'm talking about, but maybe there's a system option
to turn it on???

Thanks

James

pgsql-general by date:

Previous
From: Richard Sydney-Smith
Date:
Subject: Re: Automating backup
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Source ports for psql