mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.
This commit is contained in:
@ -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},
|
||||||
|
Reference in New Issue
Block a user