File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
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.46 1998/09/30 05:47:57 thomas Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.47 1998/10/18 23:29:27 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -66,9 +66,7 @@ static ScanKeyword ScanKeywords[] = {
66
66
{"createdb" , CREATEDB },
67
67
{"createuser" , CREATEUSER },
68
68
{"cross" , CROSS },
69
- {"current" , CURRENT }, /* 6.4 to 6.5 is migration time! CURRENT
70
- * will be removed in 6.5! Use OLD keyword
71
- * in rules. Jan */
69
+ {"current" , CURRENT }, /* 6.4 to 6.5 is migration time! CURRENT will be removed in 6.5! Use OLD keyword in rules. Jan */
72
70
{"current_date" , CURRENT_DATE },
73
71
{"current_time" , CURRENT_TIME },
74
72
{"current_timestamp" , CURRENT_TIMESTAMP },
@@ -114,8 +112,8 @@ static ScanKeyword ScanKeywords[] = {
114
112
{"index" , INDEX },
115
113
{"inherits" , INHERITS },
116
114
{"inner" , INNER_P },
117
- {"insert" , INSERT },
118
115
{"insensitive" , INSENSITIVE },
116
+ {"insert" , INSERT },
119
117
{"instead" , INSTEAD },
120
118
{"interval" , INTERVAL },
121
119
{"into" , INTO },
You can’t perform that action at this time.
0 commit comments