Re: [pgsql-advocacy] Oracle buys Innobase - Mailing list pgsql-general

From Marc G. Fournier
Subject Re: [pgsql-advocacy] Oracle buys Innobase
Date
Msg-id 20051019154026.X995@ganymede.hub.org
Whole thread Raw
In response to Re: [pgsql-advocacy] Oracle buys Innobase  (Richard_D_Levine@raytheon.com)
Responses Re: [pgsql-advocacy] Oracle buys Innobase  (Terry Fielder <terry@ashtonwoodshomes.com>)
Re: [pgsql-advocacy] Oracle buys Innobase  (Doug Quale <quale1@charter.net>)
'a ' = 'a ' by MySQL(Re: [pgsql-advocacy] Oracle buys Innobase)  ("J.Kuwamura" <juk@rccm.co.jp>)
List pgsql-general
On Wed, 19 Oct 2005, Richard_D_Levine@raytheon.com wrote:

> I was referring to trailing blanks, but did not explicitly say it,
> though showed it in the examples.  I am pretty sure that the SQL
> standard says that trailing whitespace is insignificant in string
> comparison.

Then we are broken too :)

# select 'a ' = 'a  ';
  ?column?
----------
  f
(1 row)

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

pgsql-general by date:

Previous
From: "Cristian Prieto"
Date:
Subject: SQL return value...
Next
From: Tom Lane
Date:
Subject: Re: How fair is SELECT FOR UPDATE ?