aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-02-04 00:19:28 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-02-04 00:19:28 +0000
commitc00353aa6c40f90550d6e6fa2ab2cb68f472e401 (patch)
tree477bbb387de2eccb54be7f3d470a20cc3ad4f2bf /doc/src
parent9727c583fe863252338dc4c5a925d78c59128c93 (diff)
downloadpostgresql-c00353aa6c40f90550d6e6fa2ab2cb68f472e401.tar.gz
postgresql-c00353aa6c40f90550d6e6fa2ab2cb68f472e401.zip
Three out of four of us like this phrasing better.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/syntax.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index f82c4640bd2..64aec4f6843 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.140 2010/02/03 22:48:55 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.141 2010/02/04 00:19:28 tgl 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>
- Unquoted identifier and key word names are case insensitive. Therefore:
+ Key words and unquoted identifiers are case insensitive. Therefore:
<programlisting>
UPDATE MY_TABLE SET A = 5;
</programlisting>