From 73a835eea079a012f51fe8be78282e6e3b66210f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 3 Feb 2010 22:48:55 +0000 Subject: [PATCH] Mention "unquoted" identifiers are case-insensitive. --- doc/src/sgml/syntax.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 984908927f..f82c4640bd 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,4 +1,4 @@ - + SQL Syntax @@ -144,7 +144,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there'); case sensitivity of SQL commands - Identifier and key word names are case insensitive. Therefore: + Unquoted identifier and key word names are case insensitive. Therefore: UPDATE MY_TABLE SET A = 5; -- 2.40.0