index f82c4640bd2f27c0c47ae9b07222f2a086559c90..64aec4f68435c6592bad9b86dddcd7ba034215f6 100644 (file)
-<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.140 2010年02月03日 22:48:55 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.141 2010年02月04日 00:19:28 tgl Exp $ -->
<chapter id="sql-syntax">
<title>SQL Syntax</title>
@@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there');
<primary>case sensitivity</primary>
<secondary>of SQL commands</secondary>
</indexterm>
- Unquoted identifier and key word names are case insensitive. Therefore:
+ Key words and unquoted identifiers are case insensitive. Therefore:
<programlisting>
UPDATE MY_TABLE SET A = 5;
</programlisting>