File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111 *
1212 *
1313 * IDENTIFICATION
14- * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.489 2005/04/28 21:47:14 tgl Exp $
14+ * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.490 2005/05/06 03:42:17 momjian Exp $
1515 *
1616 * HISTORY
1717 * AUTHOR DATE MAJOR EVENT
@@ -331,7 +331,8 @@ static void doNegateFloat(Value *v);
331331/*
332332 * If you make any token changes, update the keyword table in
333333 * parser/keywords.c and add new keywords to the appropriate one of
334- * the reserved-or-not-so-reserved keyword lists, below.
334+ * the reserved-or-not-so-reserved keyword lists, below; search
335+ * this file for "Name classification hierarchy".
335336 */
336337
337338/* ordinary key words in alphabetical order */
You can’t perform that action at this time.
0 commit comments