mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.
This commit is contained in:
parent
cd692f2347
commit
54b5577cb6
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.36 1998/03/18 16:50:21 thomas Exp $
|
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.37 1998/05/09 23:28:49 thomas Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -188,6 +188,8 @@ static ScanKeyword ScanKeywords[] = {
|
|||||||
{"substring", SUBSTRING},
|
{"substring", SUBSTRING},
|
||||||
{"table", TABLE},
|
{"table", TABLE},
|
||||||
{"time", TIME},
|
{"time", TIME},
|
||||||
|
{"timezone_hour", TIMEZONE_HOUR},
|
||||||
|
{"timezone_minute", TIMEZONE_MINUTE},
|
||||||
{"to", TO},
|
{"to", TO},
|
||||||
{"trailing", TRAILING},
|
{"trailing", TRAILING},
|
||||||
{"transaction", TRANSACTION},
|
{"transaction", TRANSACTION},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user