We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9727c58 commit c00353aCopy full SHA for c00353a
doc/src/sgml/syntax.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="sql-syntax">
4
<title>SQL Syntax</title>
@@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there');
144
<primary>case sensitivity</primary>
145
<secondary>of SQL commands</secondary>
146
</indexterm>
147
- Unquoted identifier and key word names are case insensitive. Therefore:
+ Key words and unquoted identifiers are case insensitive. Therefore:
148
<programlisting>
149
UPDATE MY_TABLE SET A = 5;
150
</programlisting>
0 commit comments