We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c5a0e commit 1bf29f5Copy full SHA for 1bf29f5
src/backend/parser/gram.y
@@ -15667,7 +15667,7 @@ func_expr: func_application within_group_clause filter_clause over_clause
15667
;
15668
15669
/*
15670
- * As func_expr but does not accept WINDOW functions directly
+ * Like func_expr but does not accept WINDOW functions directly
15671
* (but they can still be contained in arguments for functions etc).
15672
* Use this when window expressions are not allowed, where needed to
15673
* disambiguate the grammar (e.g. in CREATE INDEX).
0 commit comments