Re: Oracle outer join syntax

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Nobis <stefan-ml(at)snobis(dot)de>
Cc: Csaba Nagy <nagy(at)ecircle-ag(dot)com>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Oracle outer join syntax
Date: 2006-04-05 16:13:00
Message-ID: 7672.1144253580@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stefan Nobis <stefan-ml(at)snobis(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-04-05 16:15:07 Re: Column descriptions - could they be propagated to new tables?
Previous Message Csaba Nagy 2006-04-05 16:05:34 Re: Oracle outer join syntax