projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c861a
)
Previous commit was: Properly document that OVER and WINDOW are Postgres reserved...
author
Bruce Momjian
Fri, 5 Feb 2010 19:38:21 +0000
(19:38 +0000)
committer
Bruce Momjian
Fri, 5 Feb 2010 19:38:21 +0000
(19:38 +0000)
doc/src/sgml/keywords.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/keywords.sgml
b/doc/src/sgml/keywords.sgml
index d529e52d92faaaa4bf9ab044ee7e1728c0a344ec..42f4d94236bcbecd2df0a493e804cf01a89961dc 100644
(file)
--- a/
doc/src/sgml/keywords.sgml
+++ b/
doc/src/sgml/keywords.sgml
@@
-1,4
+1,4
@@
-
+
SQL
Key Words
@@
-18,7
+18,7
@@
SQL distinguishes between
reserved
and
non-reserved
key words. According to the standard,
- reserved key words
+ reserved key words
are the only real key words; they are never allowed as identifiers.
Non-reserved key words only have a special meaning in particular
contexts and can be used as identifiers in other contexts. Most