aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-05 19:38:21 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-05 19:38:21 +0000
commitc1ae9bae7dd384f6fe38b304955c608527e0af8c (patch)
treea1c4f1acacec8196b09b639de8d6d22429d4b535
parentd5c861af6c1b87d89e125467d9b424e7ec626db0 (diff)
downloadpostgresql-c1ae9bae7dd384f6fe38b304955c608527e0af8c.tar.gz
postgresql-c1ae9bae7dd384f6fe38b304955c608527e0af8c.zip
Previous commit was: Properly document that OVER and WINDOW are Postgres reserved words.
-rw-r--r--doc/src/sgml/keywords.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/keywords.sgml b/doc/src/sgml/keywords.sgml
index d529e52d92f..42f4d94236b 100644
--- a/doc/src/sgml/keywords.sgml
+++ b/doc/src/sgml/keywords.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.29 2010/02/05 19:28:39 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.30 2010/02/05 19:38:21 momjian Exp $ -->
<appendix id="sql-keywords-appendix">
<title><acronym>SQL</acronym> Key Words</title>
@@ -18,7 +18,7 @@
<para>
SQL distinguishes between <firstterm>reserved</firstterm> and
<firstterm>non-reserved</firstterm> 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