Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite149af1

Browse files
author
Thomas G. Lockhart
committed
Add TIMESTAMP as unreserved word.
1 parentee92ab9 commite149af1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎doc/src/sgml/syntax.sgml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
<title>Key Words</title>
66

77
<para>
8-
<acronym>SQL92</acronym> defines <firstterm>key words</firstterm> for the language
8+
<acronym>SQL92</acronym> defines <firstterm>key words</firstterm>
9+
for the language
910
which have specific meaning. Some key words are
1011
<firstterm>reserved</firstterm>, which indicates that they are
1112
restricted to appear in only certain contexts. Other key words are
12-
<firstterm>not restricted</firstterm>, which indicates that in certain contexts they
13+
<firstterm>not restricted</firstterm>, which indicates that in certain
14+
contexts they
1315
have a specific meaning but are not otherwise constrained.
1416

1517
<para>
@@ -41,7 +43,7 @@ they are allowed to be column labels (i.e. in AS clauses).
4143
Any string can be specified as an identifier if surrounded by
4244
double quotes (<quote>like this!</quote>). Some care is required since
4345
such an identifier will be case sensitive
44-
and will retain embedded whitespace.
46+
and will retain embedded whitespace other special characters.
4547
</tip>
4648

4749
<para>
@@ -102,7 +104,7 @@ ON OR OUTER
102104
PARTIAL PRIMARY PRIVILEGES PROCEDURE PUBLIC
103105
REFERENCES REVOKE RIGHT ROLLBACK
104106
SELECT SET SUBSTRING
105-
TIMESTAMPTO TRAILING TRIM
107+
TO TRAILING TRIM
106108
UNION UNIQUE UPDATE USER USING
107109
VALUES VARCHAR VARYING VIEW
108110
WHERE WITH WORK
@@ -222,7 +224,7 @@ OF ONLY OPTION
222224
PRIOR PRIVILEGES
223225
READ RELATIVE
224226
SCROLL SECOND
225-
TIME TIMEZONE_HOUR TIMEZONE_MINUTE TRIGGER
227+
TIMETIMESTAMPTIMEZONE_HOUR TIMEZONE_MINUTE TRIGGER
226228
YEAR
227229
ZONE
228230
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp