Re: BUG #5308: How to disable Case sensitivity on naming identifiers

From: Chris Travers <chris(at)metatrontech(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Kelly SACAULT <kelly(dot)sacault(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5308: How to disable Case sensitivity on naming identifiers
Date: 2010-02-03 19:42:59
Message-ID: 5ed37b141002031142s7d10db31nb87cabd7caf087b6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Feb 3, 2010 at 11:37 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Kelly SACAULT <kelly(dot)sacault(at)gmail(dot)com> writes:
>> Here is what I read from the officiel manual :
>> http://www.postgresql.org/docs/8.0/static/sql-syntax.html
>> stating that :
>> ".. Identifier and key word names are case insensitive..."
>
> You need to not stop reading at that point, but continue on to the part
> that explains how quoted identifiers work.

The only issue here (not a major one, maybe not even worth fixing, but
probably worth mentioning) is that the discussion of case folding is
more than a screen away and that it isn't immediately clear that there
is more discussion. It is probably understandable that some people
would miss it (I did, a moment ago, until you mentioned it). A simple
(see below) might be a good idea. Then again it might be a good
thing for someone else (not generally engrossed in development on the
project) to submit a patch for :-)

Best Wishes,
Chris Travers

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-02-03 19:52:34 Re: BUG #5308: How to disable Case sensitivity on naming identifiers
Previous Message Tom Lane 2010-02-03 19:37:07 Re: BUG #5308: How to disable Case sensitivity on naming identifiers