Re: PostgreSQL Gotchas

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Jan Wieck <JanWieck(at)Yahoo(dot)com>, Chris Travers <chris(at)travelamericas(dot)com>, Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, "Aly S(dot)P Dharshi" <aly(dot)dharshi(at)telus(dot)net>, "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Gotchas
Date: 2005-10-16 14:00:25
Message-ID: 5.2.1.1.1.20051016214513.02bdc138@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 11:43 AM 10/15/2005 -0400, Tom Lane wrote:

>Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> > Seems to me we'd be better off creating an option
> > "lowercase_quoted_anyway" which solves everything, at the expense of
> > being even less compliant.

I think that'll be a good option to have.

>paying attention to is from people who say "this application expects the
>standard-mandated behavior, why aren't you following the standard?"

Because sometimes too many people don't follow the official standard. And
sometimes the standard sucks ;).

It have been normal to have everything in upper case decades ago, but
nowadays the new norm appears to be everything in lower case (ever seen
what kids nowadays type/txt out?).

Not saying that's right, but I find everything in lower case easier to read
than everything in upper case.

>Although ... it's true that there seem to be very few apps relying on
>case sensitivity per se, ie, expecting "Foo" and "foo" to be different.
>The complaints that I can remember were about programs that expected
>"FOO" and FOO (not quoted) to be the same. So always-smash-to-lower-
>case might indeed solve most of the real-world problem for the Oracle
>camp as well.
>
>Comments anyone?

If it's an option and doesn't cost very much I'm for it.

It must be a very small subset who rely on "Foo" and "foo" to be different
AND also rely on "FOO" and FOO to be the same. Wonder what's the term for
the even smaller subset who intentionally would want that.

Link.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonard Soetedjo 2005-10-16 14:20:47 Converting mysql dump to pgsql
Previous Message Martijn van Oosterhout 2005-10-16 12:49:39 Re: new type question