Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47a9709

Browse files
committed
No need to add FORMAT to the keyword precedence list
Commit 7081ac4 put it there. Remove it.
1 parent ed94e85 commit 47a9709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/parser/gram.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@ static Node *makeRecursiveViewSelect(char *relname, List *aliases, Node *query);
809809

810810
/* Precedence: lowest to highest */
811811
%nonassoc SET /* see relation_expr_opt_alias */
812-
%right FORMAT
813812
%left UNION EXCEPT
814813
%left INTERSECT
815814
%left OR

0 commit comments

Comments
 (0)