From:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To:
Bruce Momjian <bruce(at)momjian(dot)us>
Cc:
Robert Haas <robertmhaas(at)gmail(dot)com>,Chris Travers <chris(at)metatrontech(dot)com>,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 23:37:32
Message-ID:
20100203233732.GI3905@alvh.no-ip.org (view raw or flat )
Thread:
2010-02-02 20:11:04 from "Kelly SACAULT" <kelly(dot)sacault(at)gmail(dot)com>
2010-02-03 03:21:13 from Chris Travers <chris(at)metatrontech(dot)com>
2010-02-03 03:27:37 from Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
2010-02-03 19:13:56 from Kelly SACAULT <kelly(dot)sacault(at)gmail(dot)com>
2010-02-03 19:30:06 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-02-03 19:36:51 from Chris Travers <chris(at)metatrontech(dot)com>
2010-02-03 20:25:02 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-02-03 22:49:26 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-02-03 23:37:32 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-02-04 00:18:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-02-04 00:42:21 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-02-05 18:59:25 from Kelly SACAULT <kelly(dot)sacault(at)gmail(dot)com>
2010-02-03 19:37:07 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-02-03 19:42:59 from Chris Travers <chris(at)metatrontech(dot)com>
2010-02-03 19:52:34 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-02-03 19:57:30 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
2010-02-03 19:53:30 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Lists:
pgsql-bugs
Bruce Momjian escribió:
> I found one place in the docs where this wasn't immediately clear, so I
> applied the attached documentation patch.
I liked Tom's suggestion better, because then you don't start
questioning about quoting key words or not.
> --- 144,150 ----
> <primary>case sensitivity</primary>
> <secondary>of SQL commands</secondary>
> </indexterm>
> ! Unquoted identifier and key word names are case insensitive. Therefore:
> <programlisting>
> UPDATE MY_TABLE SET A = 5;
> </programlisting>
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
In response to
Responses
pgsql-bugs by date
Next :From: Tom LaneDate: 2010-02-04 00:18:02
Subject : Re: BUG #5308: How to disable Case sensitivity on naming identifiers
Previous :From : Bruce MomjianDate : 2010-02-03 22:49:26
Subject : Re: BUG #5308: How to disable Case sensitivity on
naming identifiers