Update comment to mention "Name classification hierarchy" as place to
authorBruce Momjian <[email protected]>
Fri, 6 May 2005 03:42:17 +0000 (03:42 +0000)
committerBruce Momjian <[email protected]>
Fri, 6 May 2005 03:42:17 +0000 (03:42 +0000)
check for reserved words.

src/backend/parser/gram.y

index ebfe88f731cd683cd51bedfd807c88d57c079034..37f0886b94e14e33105945e48e3e4ee018f3cb25 100644 (file)
@@ -331,7 +331,8 @@ static void doNegateFloat(Value *v);
 /*
  * If you make any token changes, update the keyword table in
  * parser/keywords.c and add new keywords to the appropriate one of
- * the reserved-or-not-so-reserved keyword lists, below.
+ * the reserved-or-not-so-reserved keyword lists, below; search
+ * this file for "Name classification hierarchy".
  */
 
 /* ordinary key words in alphabetical order */