8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.47 2002/04/22 18:54:43 meskes Exp $
11
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.48 2002/05/19 20:00:53 meskes Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -50,11 +50,14 @@ static ScanKeyword ScanKeywords[] = {
50
50
{"before" , BEFORE },
51
51
{"begin" , BEGIN_TRANS },
52
52
{"between" , BETWEEN },
53
+ {"bigint" , BIGINT },
53
54
{"binary" , BINARY },
54
55
{"bit" , BIT },
56
+ {"boolean" , BOOLEAN },
55
57
{"both" , BOTH },
56
58
{"by" , BY },
57
59
{"cache" , CACHE },
60
+ {"called" , CALLED },
58
61
{"cascade" , CASCADE },
59
62
{"case" , CASE },
60
63
{"cast" , CAST },
@@ -93,6 +96,7 @@ static ScanKeyword ScanKeywords[] = {
93
96
{"default" , DEFAULT },
94
97
{"deferrable" , DEFERRABLE },
95
98
{"deferred" , DEFERRED },
99
+ {"definer" , DEFINER },
96
100
{"delete" , DELETE },
97
101
{"delimiters" , DELIMITERS },
98
102
{"desc" , DESC },
@@ -112,6 +116,7 @@ static ScanKeyword ScanKeywords[] = {
112
116
{"execute" , EXECUTE },
113
117
{"exists" , EXISTS },
114
118
{"explain" , EXPLAIN },
119
+ {"external" , EXTERNAL },
115
120
{"extract" , EXTRACT },
116
121
{"false" , FALSE_P },
117
122
{"fetch" , FETCH },
@@ -132,19 +137,25 @@ static ScanKeyword ScanKeywords[] = {
132
137
{"hour" , HOUR_P },
133
138
{"ilike" , ILIKE },
134
139
{"immediate" , IMMEDIATE },
140
+ {"immutable" , IMMUTABLE },
141
+ {"implicit" , IMPLICIT },
135
142
{"in" , IN },
136
143
{"increment" , INCREMENT },
137
144
{"index" , INDEX },
138
145
{"inherits" , INHERITS },
139
146
{"initially" , INITIALLY },
140
147
{"inner" , INNER_P },
141
148
{"inout" , INOUT },
149
+ {"input" , INPUT },
142
150
{"insensitive" , INSENSITIVE },
143
151
{"insert" , INSERT },
144
152
{"instead" , INSTEAD },
153
+ {"int" , INT },
154
+ {"integer" , INTEGER },
145
155
{"intersect" , INTERSECT },
146
156
{"interval" , INTERVAL },
147
157
{"into" , INTO },
158
+ {"invoker" , INVOKER },
148
159
{"is" , IS },
149
160
{"isnull" , ISNULL },
150
161
{"isolation" , ISOLATION },
@@ -213,6 +224,7 @@ static ScanKeyword ScanKeywords[] = {
213
224
{"procedural" , PROCEDURAL },
214
225
{"procedure" , PROCEDURE },
215
226
{"read" , READ },
227
+ {"real" , REAL },
216
228
{"references" , REFERENCES },
217
229
{"reindex" , REINDEX },
218
230
{"relative" , RELATIVE },
@@ -229,6 +241,7 @@ static ScanKeyword ScanKeywords[] = {
229
241
{"schema" , SCHEMA },
230
242
{"scroll" , SCROLL },
231
243
{"second" , SECOND_P },
244
+ {"security" , SECURITY },
232
245
{"select" , SELECT },
233
246
{"sequence" , SEQUENCE },
234
247
{"serializable" , SERIALIZABLE },
@@ -238,13 +251,16 @@ static ScanKeyword ScanKeywords[] = {
238
251
{"setof" , SETOF },
239
252
{"share" , SHARE },
240
253
{"show" , SHOW },
254
+ {"smallint" , SMALLINT },
241
255
{"some" , SOME },
256
+ {"stable" , STABLE },
242
257
{"start" , START },
243
258
{"statement" , STATEMENT },
244
259
{"statistics" , STATISTICS },
245
260
{"stdin" , STDIN },
246
261
{"stdout" , STDOUT },
247
262
{"storage" , STORAGE },
263
+ {"strict" , STRICT },
248
264
{"substring" , SUBSTRING },
249
265
{"sysid" , SYSID },
250
266
{"table" , TABLE },
@@ -282,6 +298,7 @@ static ScanKeyword ScanKeywords[] = {
282
298
{"verbose" , VERBOSE },
283
299
{"version" , VERSION },
284
300
{"view" , VIEW },
301
+ {"volatile" , VOLATILE },
285
302
{"when" , WHEN },
286
303
{"where" , WHERE },
287
304
{"with" , WITH },
0 commit comments