]> granicus.if.org Git - postgresql/commitdiff
Mention "unquoted" identifiers are case-insensitive.
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Feb 2010 22:48:55 +0000 (22:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Feb 2010 22:48:55 +0000 (22:48 +0000)
doc/src/sgml/syntax.sgml

index 984908927f7b67af7decd1b6f654ce99ba831a90..f82c4640bd2f27c0c47ae9b07222f2a086559c90 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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 $ -->
 
 <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>
-    Identifier and key word names are case insensitive.  Therefore:
+    Unquoted identifier and key word names are case insensitive.  Therefore:
 <programlisting>
 UPDATE MY_TABLE SET A = 5;
 </programlisting>