Skip to content

Commit e3b3eb2

Browse files
committed
Synchronize with main parser's keyword list (someone didn't check his
last commit very carefully...)
1 parent 360e61e commit e3b3eb2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/interfaces/ecpg/preproc/keywords.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.45 2001/10/02 21:39:36 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.46 2001/10/15 00:06:04 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -252,8 +252,6 @@ static ScanKeyword ScanKeywords[] = {
252252
{"then", THEN},
253253
{"time", TIME},
254254
{"timestamp", TIMESTAMP},
255-
{"timezone_hour", TIMEZONE_HOUR},
256-
{"timezone_minute", TIMEZONE_MINUTE},
257255
{"to", TO},
258256
{"toast", TOAST},
259257
{"trailing", TRAILING},

0 commit comments

Comments
 (0)