Re: TODO Item: Consider allowing control of upper/lower case folding of unquoted, identifiers

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Russell Smith <mr-russ(at)pws(dot)com(dot)au>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO Item: Consider allowing control of upper/lower case folding of unquoted, identifiers
Date: 2008-03-25 13:09:38
Message-ID: 47E8F992.1030705@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Russell Smith wrote:
> Tom Lane wrote:
>> Russell Smith <mr-russ(at)pws(dot)com(dot)au> writes:
>>
>>> As an attempt at a first PostgreSQL patch, I'd like to see if I can
>>> do anything about this issue.
>>>
>>
>> Trying that as a first patch is a recipe for failure... the short answer
>> is that no one can think of a solution that will be generally
>> acceptable.
>>
>> regards, tom lane
>>
> What makes this change particularly challenging? The fact that nobody
> has agreed on how it should work, or the actual coding?
>
>

The widespread code impact of any change is a strong indicator against
doing this as a first patch. But newbie or not, as Tom says, nobody
should be starting to design, let alone cut code, until the actual
desired behaviour is agreed.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kenneth Marshall 2008-03-25 13:15:44 Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)
Previous Message Alvaro Herrera 2008-03-25 12:55:49 Re: Minor bug in src/port/rint.c