No need to add FORMAT to the keyword precedence list

Commit 7081ac46ac put it there.  Remove it.
pull/137/head
Alvaro Herrera 2 years ago
parent ed94e8563e
commit 47a9709846
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 1
      src/backend/parser/gram.y

@ -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…
Cancel
Save