Re: SQL standards in Mysql

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: "Dean Gibson (DB Administrator)" <postgresql(at)ultimeth(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL standards in Mysql
Date: 2008-02-27 18:31:32
Message-ID: 47C5AC84.1020205@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Dean Gibson (DB Administrator) wrote:
> ...For example, I think phpBB is the only major message board software
> that supports PostgreSQL (see
> http://www.phpbb.com/about/features/compare.php ), and in fact has for
> some time. Of course, they have a DB abstraction layer (wow, what an
> concept!), which allows them to easily support a number of DBs. Of
> course, what does that tell you about the level of design and
> professionalism of phpBB versus the others?...

In most cases it tells me is that the developers are willing to limit
themselves to the lowest-common-denominator of features among the
supported databases in exchange for the ability to run on a variety of
backends. This is a perfectly legitimate decision for products where
only basic database features are necessary.

What I find scary is complex products that have been "ported" from
something like mySQL to PostgreSQL. This often means that the product
has severely limited its use of appropriate PostgreSQL features in order
to remain compatible with the other backends.

Cheers,
Steve

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Professor Flávio Brito 2008-02-27 20:42:23 Re: Function returns error (view)
Previous Message Lew 2008-02-27 16:57:49 Re: how do I get table DDL from psql (not from pg_dump)