Skip to content
Snippets Groups Projects
Commit e3b3eb20 authored by Tom Lane's avatar Tom Lane
Browse files

Synchronize with main parser's keyword list (someone didn't check his

last commit very carefully...)
parent 360e61e1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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[] = { ...@@ -252,8 +252,6 @@ static ScanKeyword ScanKeywords[] = {
{"then", THEN}, {"then", THEN},
{"time", TIME}, {"time", TIME},
{"timestamp", TIMESTAMP}, {"timestamp", TIMESTAMP},
{"timezone_hour", TIMEZONE_HOUR},
{"timezone_minute", TIMEZONE_MINUTE},
{"to", TO}, {"to", TO},
{"toast", TOAST}, {"toast", TOAST},
{"trailing", TRAILING}, {"trailing", TRAILING},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment