From: | Shachar Shemesh <psql(at)shemesh(dot)biz> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
Cc: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL advocacy <pgsql-advocacy(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] What can we learn from MySQL? |
Date: | 2004-04-23 19:40:33 |
Message-ID: | 40897131.6020902@shemesh.biz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-hackers pgsql-www |
Stephan Szabo wrote:
>I've tried just changing the parser to unconditionally casefold to upper.
>First thing that happens is that initdb breaks. In addition, you have
>potential issues with comparisons against the catalog's versions of
>standard functions as such if you allow the case folding to be changed
>after the catalogs are setup.
>
>
That's not the migration path I was thinking of.
What I was thinking of was:
1. Have a setting, probably per-session. Per database works too.
2. Aside from the folder upper and folder lower, have a third option.
This is "fold upper, if fails, fold lower. If succeeds, issue a
warning". This should allow programs that rely on the folding (such as
initdb) to be debugged during the transition period.
Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting
http://www.lingnu.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Alexey Borzov | 2004-04-23 19:50:10 | Re: [pgsql-advocacy] What can we learn from MySQL? |
Previous Message | Jim C. Nasby | 2004-04-23 19:27:30 | Re: [HACKERS] What can we learn from MySQL? |
From | Date | Subject | |
---|---|---|---|
Next Message | Alexey Borzov | 2004-04-23 19:50:10 | Re: [pgsql-advocacy] What can we learn from MySQL? |
Previous Message | Andrew Sullivan | 2004-04-23 19:34:42 | Re: contrib vs. gborg/pgfoundry for replication solutions |
From | Date | Subject | |
---|---|---|---|
Next Message | Alexey Borzov | 2004-04-23 19:50:10 | Re: [pgsql-advocacy] What can we learn from MySQL? |
Previous Message | Jim C. Nasby | 2004-04-23 19:27:30 | Re: [HACKERS] What can we learn from MySQL? |