Re: CREATE SYNONYM ...

From: Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, Michael Glaesemann <grzm(at)myrealbox(dot)com>, pgsql-patches(at)postgresql(dot)org, eg(at)cybertec(dot)at
Subject: Re: CREATE SYNONYM ...
Date: 2006-03-08 07:43:49
Message-ID: 440E8B35.3010309@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> "Jonah H. Harris" <jonah(dot)harris(at)gmail(dot)com> writes:
>
>>Like I said, sometimes the user doesn't have a choice. Sure, it's easy to
>>tell someone that has a 300-line PHP application to fix their code, but I've
>>worked with people who have hundreds of thousands of lines of code and they
>>don't just say, "gee, let's just search-and-replace everything!"; that's a
>>testing nightmare.
>
>
> To be blunt, those people aren't going to be moving to Postgres anyhow.
> If the notion of fixing this issue daunts them, they are not going to be
> willing to deal with the other incompatibilities between Oracle and PG.

i wouldn't say so. assume running 100 oracle databases. some day some
financial guy will come around and tell you that you have to migrate
because he wants to save money.
these guys usually won't dicuss how to port - they simply tell you that
things have to be ported ...

> And we are *not* buying into the notion of becoming a bug-compatible
> Oracle clone.

absolutely - i think we all agree here. the reason why PostgreSQL is so
strong nowadays is that it has been designed and implemented nicely.

in Oracle even "select 1 + 1" is a problem for no reason ;)

> (If EnterpriseDB wants to try to do that, fine; they'll be earning their
> money the old-fashioned way...)

i think nobody wants to work on crappy applications or even port them.
in most cases it is simply a demand :(.

best regards,

hans

--
Cybertec Geschwinde & Schönig GmbH
Schöngrabern 134; A-2020 Hollabrunn
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Stephan Szabo 2006-03-08 07:44:05 Re: CREATE SYNONYM ...
Previous Message Hans-Jürgen Schönig 2006-03-08 07:35:10 Re: CREATE SYNONYM ...