Re: Oracle purchases Sleepycat - is this the "other shoe" - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Oracle purchases Sleepycat - is this the "other shoe"
Date
Msg-id 1140107623.22740.257.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: Oracle purchases Sleepycat - is this the "other shoe"  (Chris <dmagick@gmail.com>)
List pgsql-general
On Wed, 2006-02-15 at 21:12, Chris wrote:
> >>Then, even if you do write something to use postgresql a lot of hosts
> >>don't support it anyway ('mysql is good enough').. so you're stuck.
> >
> > Well, I guess the moment all the hoster's have to buy commercial licenses for
> > providing a database they'll switch to PG in no time - or charge more for the
> > people who absolutely need mysql.
> > Maybe it's time to write a sophisticated "mysql to postgresql" automation
> > tool....
>
> Converting the database itself is easy (there's a few scripts in contrib
> and I've written one myself).
>
> The hard stuff is converting stuff like mysql's "last_insert_id" to a
> postgres alternative, fixing queries that aren't standard..
>
> eg mysql doesn't force you to group by all columns being selected - I
> can do:

The funny thing is that by fixing these things, which MySQL seems to be
doing one at a time, they make PostgreSQL more and more attractive at
least as a co supported database for most applications.  If you've got
to fix 19 queries to make MySQL 5.1 work, and only one more query to
make PostgreSQL work, you might was well.

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: NULLs in unique indexes; Was: Oracle purchases Sleepycat
Next
From: Tom Lane
Date:
Subject: Re: Why does an ON SELECT rule have to be named "_RETURN"?