projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fdaf7e
)
Update comment to mention "Name classification hierarchy" as place to
author
Bruce Momjian
<
[email protected]
>
Fri, 6 May 2005 03:42:17 +0000
(
03:42
+0000)
committer
Bruce Momjian
<
[email protected]
>
Fri, 6 May 2005 03:42:17 +0000
(
03:42
+0000)
check for reserved words.
src/backend/parser/gram.y
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/gram.y
b/src/backend/parser/gram.y
index ebfe88f731cd683cd51bedfd807c88d57c079034..37f0886b94e14e33105945e48e3e4ee018f3cb25 100644
(file)
--- a/
src/backend/parser/gram.y
+++ b/
src/backend/parser/gram.y
@@
-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 */