Re: Identifier case folding notes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Identifier case folding notes
Date: 2008-07-08 18:23:15
Message-ID: 12388.1215541395@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Am Dienstag, 8. Juli 2008 schrieb Tom Lane:
>> IMHO, practically the only solid argument for changing from the way
>> we do things now is "to meet the letter of the spec".

> Well no. As I have mentioned, there have actually been occasional complaints
> by people who can't run their code generated by closed-source applications,
> because they handle the case differently.

Sure, otherwise we wouldn't really be worrying about this. But if
someone comes to us and says "this closed source app requires some
weird non-spec-compliant case folding rule, please make Postgres
do that", we're going to say no. Their argument only has weight
if they say their app expects the SQL-spec behavior.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2008-07-08 18:41:45 Re: Exposing quals
Previous Message Peter Eisentraut 2008-07-08 18:18:06 Re: Identifier case folding notes