We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd692f2 commit 54b5577Copy full SHA for 54b5577
src/backend/parser/keywords.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -188,6 +188,8 @@ static ScanKeyword ScanKeywords[] = {
188
{"substring", SUBSTRING},
189
{"table", TABLE},
190
{"time", TIME},
191
+ {"timezone_hour", TIMEZONE_HOUR},
192
+ {"timezone_minute", TIMEZONE_MINUTE},
193
{"to", TO},
194
{"trailing", TRAILING},
195
{"transaction", TRANSACTION},
0 commit comments