mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Synchronize with main parser's keyword list (someone didn't check his
last commit very carefully...)
This commit is contained in:
parent
360e61e1f5
commit
e3b3eb20a4
@ -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[] = {
|
|||||||
{"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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user