Re: SQL standards in Mysql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ken Johanson <pg-user(at)kensystem(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL standards in Mysql
Date: 2008-02-23 05:50:23
Message-ID: 13414.1203745823@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ken Johanson <pg-user(at)kensystem(dot)com> writes:
> Here's one Mysql developer's response to adding (fixing) the
> integer/bigint/tinyint types to their CAST function:

> http://bugs.mysql.com/bug.php?id=34562

Hmm ... while I'm certainly not someone to defend mysql on a regular
basis, I can see their point of view here. They are supporting a
limited (and clearly documented) subset of the SQL spec in this area,
so it's surely a feature request rather than a bug that they don't
support more. The disagreement seems to come down to what the priority
of the feature addition ought to be. We have a few sore spots of our
own on questions like this one, so I'm disinclined to throw the first
stone ...

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message dipesh 2008-02-23 07:12:13 Re: Delete with foreign keys
Previous Message Scott Marlowe 2008-02-23 05:34:51 Re: SQL standards in Mysql