*** pgsql/doc/src/sgml/syntax.sgml 2010/02/03 22:48:55 1.140 --- pgsql/doc/src/sgml/syntax.sgml 2010/02/04 00:19:28 1.141 *************** *** 1,4 **** ! SQL Syntax --- 1,4 ---- ! SQL Syntax *************** INSERT INTO MY_TABLE VALUES (3, 'hi ther *** 144,150 **** case sensitivity of SQL commands ! Unquoted identifier and key word names are case insensitive. Therefore: UPDATE MY_TABLE SET A = 5; --- 144,150 ---- case sensitivity of SQL commands ! Key words and unquoted identifiers are case insensitive. Therefore: UPDATE MY_TABLE SET A = 5;