Synchronize with main parser's keyword list (someone didn't check his
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2001 00:06:04 +0000 (00:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2001 00:06:04 +0000 (00:06 +0000)
last commit very carefully...)

src/interfaces/ecpg/preproc/keywords.c

index 1092cb247323cdfc83b044e49a0668a264d77f74..d3b0e90ffb5268fab8b59d7c2b3d6196e2de92d4 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.45 2001/10/02 21:39:36 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.46 2001/10/15 00:06:04 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -252,8 +252,6 @@ static ScanKeyword ScanKeywords[] = {
        {"then", THEN},
        {"time", TIME},
        {"timestamp", TIMESTAMP},
-       {"timezone_hour", TIMEZONE_HOUR},
-       {"timezone_minute", TIMEZONE_MINUTE},
        {"to", TO},
        {"toast", TOAST},
        {"trailing", TRAILING},