projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf62b1a
)
Mention "unquoted" identifiers are case-insensitive.
author
Bruce Momjian
Wed, 3 Feb 2010 22:48:55 +0000
(22:48 +0000)
committer
Bruce Momjian
Wed, 3 Feb 2010 22:48:55 +0000
(22:48 +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 984908927f7b67af7decd1b6f654ce99ba831a90..f82c4640bd2f27c0c47ae9b07222f2a086559c90 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
-
I
dentifier and key word names are case insensitive. Therefore:
+
Unquoted i
dentifier and key word names are case insensitive. Therefore:
UPDATE MY_TABLE SET A = 5;