From c00353aa6c40f90550d6e6fa2ab2cb68f472e401 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 4 Feb 2010 00:19:28 +0000 Subject: [PATCH] Three out of four of us like this phrasing better. --- 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 f82c4640bd..64aec4f684 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 - Unquoted identifier and key word names are case insensitive. Therefore: + Key words and unquoted identifiers are case insensitive. Therefore: UPDATE MY_TABLE SET A = 5; -- 2.11.0