Index: doc/src/sgml/syntax.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v
retrieving revision 1.139
diff -c -c -r1.139 syntax.sgml
*** doc/src/sgml/syntax.sgml	15 Dec 2009 17:57:46 -0000	1.139
--- doc/src/sgml/syntax.sgml	3 Feb 2010 22:42:38 -0000
***************
*** 144,150 ****
       <primary>case sensitivity</primary>
       <secondary>of SQL commands</secondary>
      </indexterm>
!     Identifier and key word names are case insensitive.  Therefore:
  <programlisting>
  UPDATE MY_TABLE SET A = 5;
  </programlisting>
--- 144,150 ----
       <primary>case sensitivity</primary>
       <secondary>of SQL commands</secondary>
      </indexterm>
!     Unquoted identifier and key word names are case insensitive.  Therefore:
  <programlisting>
  UPDATE MY_TABLE SET A = 5;
  </programlisting>
