|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.140 2010/02/03 22:48:55 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.141 2010/02/04 00:19:28 tgl 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 | | -Unquoted identifier andkey word names are case insensitive. Therefore: |
| 147 | +Key words andunquoted identifiers are case insensitive. Therefore: |
148 | 148 | <programlisting> |
149 | 149 | UPDATE MY_TABLE SET A = 5; |
150 | 150 | </programlisting> |
|