Thanks to visit codestin.com Credit goes to github.com
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 2432d10 commit ff81aa3Copy full SHA for ff81aa3
src/backend/parser/gram.y
@@ -11603,9 +11603,9 @@ ColLabel: IDENT { $$ = $1; }
11603
* shift or reduce conflicts. The earlier lists define "less reserved"
11604
* categories of keywords.
11605
*
11606
- * Make sure that each keyword's category in keywords.c matches where
+ * Make sure that each keyword's category in kwlist.h matches where
11607
* it is listed here. (Someday we may be able to generate these lists and
11608
- * keywords.c's table from a common master list.)
+ * kwlist.h's table from a common master list.)
11609
*/
11610
11611
/* "Unreserved" keywords --- available for use as any kind of name.
0 commit comments