10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.101 1998/02/03 01:53:14 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.102 1998/02/03 16:04:02 thomas Exp $
14
14
*
15
15
* HISTORY
16
16
* AUTHOR DATE MAJOR EVENT
@@ -270,7 +270,7 @@ Oid param_type(int t); /* used in parse_expr.c */
270
270
271
271
/* Keywords for Postgres support (not in SQL92 reserved words) */
272
272
%token ABORT_TRANS, ACL, AFTER, AGGREGATE, ANALYZE,
273
- APPEND, BACKWARD, BEFORE, BINARY, CHANGE, CLUSTER, COPY,
273
+ APPEND, BACKWARD, BEFORE, BINARY, CLUSTER, COPY,
274
274
DATABASE, DELIMITERS, DO, EXPLAIN, EXTEND,
275
275
FORWARD, FUNCTION, HANDLER,
276
276
INDEX, INHERITS, INSTEAD, ISNULL,
@@ -280,7 +280,7 @@ Oid param_type(int t); /* used in parse_expr.c */
280
280
SEQUENCE, SETOF, SHOW, STDIN, STDOUT, TRUSTED,
281
281
VACUUM, VERBOSE, VERSION
282
282
283
- /* Keywords (obsolete; retain temporarily for parser - thomas 1997-12-04) */
283
+ /* Keywords (obsolete; retain through next version for parser - thomas 1997-12-04) */
284
284
%token ARCHIVE
285
285
286
286
/*
0 commit comments