File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.85 2000/11/14 18:37:49 tgl Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.86 2000/12/15 23:36:19 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -78,8 +78,6 @@ static ScanKeyword ScanKeywords[] = {
78
78
{"createdb" , CREATEDB },
79
79
{"createuser" , CREATEUSER },
80
80
{"cross" , CROSS },
81
- /* for portability with old rules bjm 2000-06-12 */
82
- {"current" , OLD },
83
81
{"current_date" , CURRENT_DATE },
84
82
{"current_time" , CURRENT_TIME },
85
83
{"current_timestamp" , CURRENT_TIMESTAMP },
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.32 2000/11/09 14:06:57 meskes Exp $
11
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.33 2000/12/15 23:36:20 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -78,8 +78,6 @@ static ScanKeyword ScanKeywords[] = {
78
78
{"createdb" , CREATEDB },
79
79
{"createuser" , CREATEUSER },
80
80
{"cross" , CROSS },
81
- /* for portability with old rules bjm 2000-06-12 */
82
- {"current" , OLD },
83
81
{"current_date" , CURRENT_DATE },
84
82
{"current_time" , CURRENT_TIME },
85
83
{"current_timestamp" , CURRENT_TIMESTAMP },
You can’t perform that action at this time.
0 commit comments