Re: Oracle outer join syntax

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Stefan Nobis <stefan-ml(at)snobis(dot)de>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Oracle outer join syntax
Date: 2006-04-05 16:00:58
Message-ID: 1144252858.5687.319.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Because there are tons of legacy code I'd have to convert and until
> now the Oracle server is still Oracle8. :(

I would think that patching postgres will be no less challenging than
fixing the legacy code... unless you really have a few tons of it or you
simply can't do it (no access for e.g.). But in any case, you will NOT
be able to simply use you're legacy code designed for Oracle with
postgres. You will have to rewrite some parts of it... we do support now
both postgres and Oracle, and I have to say it took quite some time and
a few nasty surprises until everything was stable on postgres. Just
making it work will not make it work fast... postgres is a different
beast, needs different tuning.

Cheers,
Csaba.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Don Y 2006-04-05 16:01:56 Re: User defined data type
Previous Message Marc G. Fournier 2006-04-05 15:52:40 Re: Looking for good PostgreSQL hosters