mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Synced gram.y and preproc.y.
This commit is contained in:
@ -1051,5 +1051,9 @@ Thu Jan 25 21:14:38 CET 2001
|
||||
Wed Jan 31 17:11:04 CET 2001
|
||||
|
||||
- Added two bug fixes by Christof Petig.
|
||||
|
||||
Mon Feb 19 08:25:14 CET 2001
|
||||
|
||||
- Synced gram.y and preproc.y.
|
||||
- Set ecpg version to 2.8.0.
|
||||
- Set library version to 3.2.0.
|
||||
|
@ -3479,6 +3479,7 @@ extract_list: extract_arg FROM a_expr
|
||||
;
|
||||
|
||||
extract_arg: datetime { $$ = $1; }
|
||||
| IDENT { $$ = $1; }
|
||||
| TIMEZONE_HOUR { $$ = make_str("timezone_hour"); }
|
||||
| TIMEZONE_MINUTE { $$ = make_str("timezone_minute"); }
|
||||
;
|
||||
|
Reference in New Issue
Block a user