1
0
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:
Alvaro Herrera
2023-03-31 11:14:43 +02:00
parent ed94e8563e
commit 47a9709846

View File

@ -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