Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c1ae9bae
Commit
c1ae9bae
authored
Feb 05, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Previous commit was: Properly document that OVER and WINDOW are Postgres reserved words.
parent
d5c861af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/keywords.sgml
doc/src/sgml/keywords.sgml
+2
-2
No files found.
doc/src/sgml/keywords.sgml
View file @
c1ae9bae
<!-- $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">
<appendix id="sql-keywords-appendix">
<title><acronym>SQL</acronym> Key Words</title>
<title><acronym>SQL</acronym> Key Words</title>
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<para>
<para>
SQL distinguishes between <firstterm>reserved</firstterm> and
SQL distinguishes between <firstterm>reserved</firstterm> and
<firstterm>non-reserved</firstterm> key words. According to the standard,
<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.
are the only real key words; they are never allowed as identifiers.
Non-reserved key words only have a special meaning in particular
Non-reserved key words only have a special meaning in particular
contexts and can be used as identifiers in other contexts. Most
contexts and can be used as identifiers in other contexts. Most
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment