mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
No need to add FORMAT to the keyword precedence list
Commit 7081ac46ac put it there. Remove it.
This commit is contained in:
parent
ed94e8563e
commit
47a9709846
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue