mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
No need to add FORMAT to the keyword precedence list
Commit 7081ac46ac
put it there. Remove it.
This commit is contained in:
@ -809,7 +809,6 @@ static Node *makeRecursiveViewSelect(char *relname, List *aliases, Node *query);
|
||||
|
||||
/* Precedence: lowest to highest */
|
||||
%nonassoc SET /* see relation_expr_opt_alias */
|
||||
%right FORMAT
|
||||
%left UNION EXCEPT
|
||||
%left INTERSECT
|
||||
%left OR
|
||||
|
Reference in New Issue
Block a user