|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.139 2009/12/15 17:57:46 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.140 2010/02/03 22:48:55 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="sql-syntax">
|
4 | 4 | <title>SQL Syntax</title>
|
@@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there');
|
144 | 144 | <primary>case sensitivity</primary>
|
145 | 145 | <secondary>of SQL commands</secondary>
|
146 | 146 | </indexterm>
|
147 |
| -Identifier and key word names are case insensitive. Therefore: |
| 147 | +Unquoted identifier and key word names are case insensitive. Therefore: |
148 | 148 | <programlisting>
|
149 | 149 | UPDATE MY_TABLE SET A = 5;
|
150 | 150 | </programlisting>
|
|