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.97 1999/08/18 13:04:45 ishii Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.98 1999/09/14 06:06:31 thomas Exp $
14
14
*
15
15
* HISTORY
16
16
* AUTHOR DATE MAJOR EVENT
@@ -5001,9 +5001,11 @@ ColId: IDENT { $$ = $1; }
5001
5001
| INSENSITIVE { $$ = "insensitive"; }
5002
5002
| INSTEAD { $$ = "instead"; }
5003
5003
| ISNULL { $$ = "isnull"; }
5004
+ | ISOLATION { $$ = "isolation"; }
5004
5005
| KEY { $$ = "key"; }
5005
5006
| LANGUAGE { $$ = "language"; }
5006
5007
| LANCOMPILER { $$ = "lancompiler"; }
5008
+ | LEVEL { $$ = "level"; }
5007
5009
| LOCATION { $$ = "location"; }
5008
5010
| MATCH { $$ = "match"; }
5009
5011
| MAXVALUE { $$ = "maxvalue"; }
You can’t perform that action at this time.
0 commit comments