| 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 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-02-04 00:18:02 | Re: BUG #5308: How to disable Case sensitivity on naming identifiers |
| Previous Message | Bruce Momjian | 2010-02-03 22:49:26 | Re: BUG #5308: How to disable Case sensitivity on naming identifiers |