Re: [pgsql-advocacy] What can we learn from MySQL? - Mailing list pgsql-hackers

From Robert Treat
Subject Re: [pgsql-advocacy] What can we learn from MySQL?
Date
Msg-id 1082735128.22969.1106.camel@camel
Whole thread Raw
In response to Re: What can we learn from MySQL?  (Dennis Bjorklund <db@zigo.dhs.org>)
Responses Re: [pgsql-advocacy] What can we learn from MySQL?
Re: [pgsql-advocacy] What can we learn from MySQL?
List pgsql-hackers
On Fri, 2004-04-23 at 05:22, Dennis Bjorklund wrote:
> On Fri, 23 Apr 2004, Shachar Shemesh wrote:
>
> > When I ask about non-standard complience of Pg (turning unquoted
> > identifiers to lowercase instead of uppercase, violating the SQL
> > standard, and requring an expensive rewrite of clients), and I get the
> > answer "uppercase is ugly", I think something is wrong.
>
> I would love if someone fixed pg so that one can get the standard
> behaviour. It would however have to be a setting that can be changed so we
> are still backward compatible.
>
> > that even if I write a patch to start migration, I'm not likely to get
> > it in.
>
> Just changing to uppercase would break old code so such a patch should not
> just be commited. But would people stop a patch that is backward
> compatible (in the worst case a setting during initdb)? I'm not so sure
> they will.
>

I know this to be true, but don't fully understand it... if our default
behavior is to fold lower, and we change it to just fold upper... then
in theory this shouldn't break anything since what used to be folder
lower will now simply be folder upper. the only people who will have a
problem are those who quote on one end but not the other, which is bad
practice anyways...  so i would say if your serious about it, make the
patch as GUC "case_folding" for upper or lower and get a taste for what
breaks inside the db.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: What can we learn from MySQL?
Next
From: Bruce Momjian
Date:
Subject: Re: What can we learn from MySQL?