We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360e61e commit e3b3eb2Copy full SHA for e3b3eb2
src/interfaces/ecpg/preproc/keywords.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -252,8 +252,6 @@ static ScanKeyword ScanKeywords[] = {
252
{"then", THEN},
253
{"time", TIME},
254
{"timestamp", TIMESTAMP},
255
- {"timezone_hour", TIMEZONE_HOUR},
256
- {"timezone_minute", TIMEZONE_MINUTE},
257
{"to", TO},
258
{"toast", TOAST},
259
{"trailing", TRAILING},
0 commit comments