Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 54b5577

Browse files
author
Thomas G. Lockhart
committed
Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.
1 parent cd692f2 commit 54b5577

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/parser/keywords.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.36 1998/03/18 16:50:21 thomas Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.37 1998/05/09 23:28:49 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -188,6 +188,8 @@ static ScanKeyword ScanKeywords[] = {
188188
{"substring", SUBSTRING},
189189
{"table", TABLE},
190190
{"time", TIME},
191+
{"timezone_hour", TIMEZONE_HOUR},
192+
{"timezone_minute", TIMEZONE_MINUTE},
191193
{"to", TO},
192194
{"trailing", TRAILING},
193195
{"transaction", TRANSACTION},

0 commit comments

Comments
 (0)