projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9727c58
)
Three out of four of us like this phrasing better.
author
Tom Lane
Thu, 4 Feb 2010 00:19:28 +0000
(
00:19
+0000)
committer
Tom Lane
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 f82c4640bd2f27c0c47ae9b07222f2a086559c90..64aec4f68435c6592bad9b86dddcd7ba034215f6 100644
(file)
--- 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 name
s are case insensitive. Therefore:
+
Key words and unquoted identifier
s are case insensitive. Therefore:
UPDATE MY_TABLE SET A = 5;