File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.16 1997/09/08 02:25:17 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.17 1997/09/13 03:13:37 thomas Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -55,6 +55,7 @@ static ScanKeyword ScanKeywords[] = {
55
55
{"by" , BY },
56
56
{"cast" , CAST },
57
57
{"change" , CHANGE },
58
+ {"character" , CHARACTER },
58
59
{"check" , CHECK },
59
60
{"close" , CLOSE },
60
61
{"cluster" , CLUSTER },
@@ -75,6 +76,7 @@ static ScanKeyword ScanKeywords[] = {
75
76
{"desc" , DESC },
76
77
{"distinct" , DISTINCT },
77
78
{"do" , DO },
79
+ {"double" , DOUBLE },
78
80
{"drop" , DROP },
79
81
{"end" , END_TRANS },
80
82
{"execute" , EXECUTE },
@@ -132,6 +134,7 @@ static ScanKeyword ScanKeywords[] = {
132
134
{"order" , ORDER },
133
135
{"outer" , OUTERJOIN },
134
136
{"position" , POSITION },
137
+ {"precision" , PRECISION },
135
138
{"privileges" , PRIVILEGES },
136
139
{"procedure" , PROCEDURE },
137
140
{"public" , PUBLIC },
@@ -159,8 +162,8 @@ static ScanKeyword ScanKeywords[] = {
159
162
{"table" , TABLE },
160
163
{"time" , TIME },
161
164
{"to" , TO },
162
- {"transaction" , TRANSACTION },
163
165
{"trailing" , TRAILING },
166
+ {"transaction" , TRANSACTION },
164
167
{"trigger" , TRIGGER },
165
168
{"trim" , TRIM },
166
169
{"type" , P_TYPE },
@@ -170,6 +173,7 @@ static ScanKeyword ScanKeywords[] = {
170
173
{"using" , USING },
171
174
{"vacuum" , VACUUM },
172
175
{"values" , VALUES },
176
+ {"varying" , VARYING },
173
177
{"verbose" , VERBOSE },
174
178
{"version" , VERSION },
175
179
{"view" , VIEW },
You can’t perform that action at this time.
0 commit comments