Re: Oracle outer join syntax - Mailing list pgsql-general

From Tom Lane
Subject Re: Oracle outer join syntax
Date
Msg-id 7672.1144253580@sss.pgh.pa.us
Whole thread Raw
In response to Re: Oracle outer join syntax  (Stefan Nobis <stefan-ml@snobis.de>)
Responses Re: Oracle outer join syntax  (Stefan Nobis <stefan-ml@snobis.de>)
List pgsql-general
Stefan Nobis <stefan-ml@snobis.de> writes:
> [ still on Oracle8 ]
> BTW: You have to use the cost based optimizer (new syntax with rule
> based optimizer yields really bad performance). And our DBA really
> don't like statistics... :(

Sounds like both your database and your DBA are dinosaurs ;-).

If you can't get your DBA to update from Oracle 8 to modern Oracle,
you've got zip chance of persuading him to deal with Postgres,
so I think you're wasting your time worrying about left-join syntax.
After you waste a man-year or so on that, he'll just find something
else to complain about.

            regards, tom lane

pgsql-general by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: Oracle outer join syntax
Next
From: "Merlin Moncure"
Date:
Subject: Re: Column descriptions - could they be propagated to new tables?