File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.88.2.1 1999/08/18 13:01:50 ishii Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.88.2.2 1999/09/14 06:07:35 thomas Exp $
14
14
*
15
15
* HISTORY
16
16
* AUTHOR DATE MAJOR EVENT
@@ -5159,9 +5159,11 @@ ColId: IDENT { $$ = $1; }
5159
5159
| INSENSITIVE { $$ = "insensitive"; }
5160
5160
| INSTEAD { $$ = "instead"; }
5161
5161
| ISNULL { $$ = "isnull"; }
5162
+ | ISOLATION { $$ = "isolation"; }
5162
5163
| KEY { $$ = "key"; }
5163
5164
| LANGUAGE { $$ = "language"; }
5164
5165
| LANCOMPILER { $$ = "lancompiler"; }
5166
+ | LEVEL { $$ = "level"; }
5165
5167
| LOCATION { $$ = "location"; }
5166
5168
| MATCH { $$ = "match"; }
5167
5169
| MAXVALUE { $$ = "maxvalue"; }
You can’t perform that action at this time.
0 commit comments