|
11 | 11 | * |
12 | 12 | * |
13 | 13 | * 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 $ |
15 | 15 | * |
16 | 16 | * HISTORY |
17 | 17 | * AUTHORDATEMAJOR EVENT |
@@ -331,7 +331,8 @@ static void doNegateFloat(Value *v); |
331 | 331 | /* |
332 | 332 | * If you make any token changes, update the keyword table in |
333 | 333 | * 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". |
335 | 336 | */ |
336 | 337 |
|
337 | 338 | /* ordinary key words in alphabetical order*/ |
|