Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c1ae9ba

Browse files
committed
Previous commit was: Properly document that OVER and WINDOW are Postgres reserved words.
1 parent d5c861a commit c1ae9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/keywords.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.29 2010/02/05 19:28:39 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/keywords.sgml,v 2.30 2010/02/05 19:38:21 momjian Exp $ -->
22

33
<appendix id="sql-keywords-appendix">
44
<title><acronym>SQL</acronym> Key Words</title>
@@ -18,7 +18,7 @@
1818
<para>
1919
SQL distinguishes between <firstterm>reserved</firstterm> and
2020
<firstterm>non-reserved</firstterm> key words. According to the standard,
21-
reserved key words
21+
reserved key words
2222
are the only real key words; they are never allowed as identifiers.
2323
Non-reserved key words only have a special meaning in particular
2424
contexts and can be used as identifiers in other contexts. Most

0 commit comments

Comments
 (0)