projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5598cbf
)
Add PLACING to the list of reserved keywords. Added as a token in the last
author
Thomas G. Lockhart
<
[email protected]
>
Thu, 13 Jun 2002 14:16:43 +0000
(14:16 +0000)
committer
Thomas G. Lockhart
<
[email protected]
>
Thu, 13 Jun 2002 14:16:43 +0000
(14:16 +0000)
update to support the new OVERLAY() function.
src/backend/parser/gram.y
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/gram.y
b/src/backend/parser/gram.y
index b8fd3d034893ecb6faaaab10267bc8489d495f27..bfbf23e3df797fa94e19ed5fad2a054b879ed984 100644
(file)
--- a/
src/backend/parser/gram.y
+++ b/
src/backend/parser/gram.y
@@
-11,7
+11,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.32
1 2002/06/11 15:41:37
thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.32
2 2002/06/13 14:16:43
thomas Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@
-6582,6
+6582,7
@@
reserved_keyword:
| ONLY
| OR
| ORDER
+ | PLACING
| PRIMARY
| REFERENCES
| SELECT