Re: [GENERAL] interesting PHP/MySQL thread

From: The Hermit Hacker <scrappy(at)postgresql(dot)org>
To: nolan(at)celery(dot)tssi(dot)com
Cc: The Hermit Hacker <scrappy(at)postgresql(dot)org>, Jan Wieck <JanWieck(at)Yahoo(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Josh Berkus <josh(at)agliodbs(dot)com>, Joe Conway <mail(at)joeconway(dot)com>, "\"\"Advocacy PostgreSQL\"\"" <pgsql-advocacy(at)postgresql(dot)org>, PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] interesting PHP/MySQL thread
Date: 2003-06-23 04:54:24
Message-ID: 20030623015333.E95856@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-docs pgsql-general

On Sun, 22 Jun 2003 nolan(at)celery(dot)tssi(dot)com wrote:

> > On Sun, 22 Jun 2003 nolan(at)celery(dot)tssi(dot)com wrote:
> >
> > > MySQL also does case independent text comparisions, and apparently ONLY
> > > case-insensitive comparisons.
> >
> > Is this a good thing? Doesn't sound like it to me, but figured I'd ask :)
>
> I think it is a classic case of thinking 'small'. :-)
>
> The CIO on the project I'm working on thinks it is a good thing,
> but he's coming from a MySQL environment, which he only learned in the
> last year or so and he does not appear to have a lot of familiarity with
> larger databases.
>
> Personally, if I want case insensitivity, I'll WRITE IT INTO THE CODE,
> but I can see how some people might think that 'NOLAN', 'Nolan' and
> 'nolan' should be considered as the same data.

Oh, you mean like "SELECT * FROM table WHERE field ~* 'nolan';"?

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message The Hermit Hacker 2003-06-23 04:59:10 Re: [GENERAL] interesting PHP/MySQL thread
Previous Message Alvaro Herrera 2003-06-23 04:46:21 Re: [GENERAL] interesting PHP/MySQL thread

Browse pgsql-docs by date

  From Date Subject
Next Message Steve Lane 2003-06-23 05:25:23 Re: [GENERAL] interesting PHP/MySQL thread
Previous Message Alvaro Herrera 2003-06-23 04:46:21 Re: [GENERAL] interesting PHP/MySQL thread

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 2003-06-23 04:59:10 Re: [GENERAL] interesting PHP/MySQL thread
Previous Message Alvaro Herrera 2003-06-23 04:46:21 Re: [GENERAL] interesting PHP/MySQL thread