Thanks to visit codestin.com Credit goes to github.com
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 bf62b1a commit 73a835eCopy full SHA for 73a835e
doc/src/sgml/syntax.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.139 2009/12/15 17:57:46 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.140 2010/02/03 22:48:55 momjian 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
- Identifier and key word names are case insensitive. Therefore:
+ Unquoted identifier and key word names are case insensitive. Therefore:
148
<programlisting>
149
UPDATE MY_TABLE SET A = 5;
150
</programlisting>
0 commit comments