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