projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2931a5
)
Three out of four of us like this phrasing better.
author
Tom Lane
<
[email protected]
>
Thu, 4 Feb 2010 00:19:28 +0000
(
00:19
+0000)
committer
Tom Lane
<
[email protected]
>
Thu, 4 Feb 2010 00:19:28 +0000
(
00:19
+0000)
doc/src/sgml/syntax.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/syntax.sgml
b/doc/src/sgml/syntax.sgml
index 1c18477ee057dcbf5f2dbc69e9857522644c09ed..f829767d07140d1386e421dba4d9c63fa113454f 100644
(file)
--- a/
doc/src/sgml/syntax.sgml
+++ b/
doc/src/sgml/syntax.sgml
@@
-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 name
s are case insensitive. Therefore:
+
Key words and unquoted identifier
s are case insensitive. Therefore:
<programlisting>
UPDATE MY_TABLE SET A = 5;
</programlisting>