projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176bb08
)
List VALUE as a keyword.
author
Michael Meskes
<
[email protected]
>
Wed, 10 Nov 2004 13:49:17 +0000
(13:49 +0000)
committer
Michael Meskes
<
[email protected]
>
Wed, 10 Nov 2004 13:49:17 +0000
(13:49 +0000)
src/interfaces/ecpg/preproc/preproc.y
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/preproc.y
b/src/interfaces/ecpg/preproc/preproc.y
index 32c1136419ff82d6a23a67dc9e008d2c2728d8fb..eede4bb9d37e3bda134a689ec6beaf0b35474cb5 100644
(file)
--- a/
src/interfaces/ecpg/preproc/preproc.y
+++ b/
src/interfaces/ecpg/preproc/preproc.y
@@
-1,4
+1,4
@@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.1
8 2004/11/01 13:35:54 davec
Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.1
9 2004/11/10 13:49:17 meskes
Exp $ */
/* Copyright comment */
%{
@@
-5707,6
+5707,7
@@
ECPGKeywords_vanames: SQL_BREAK { $$ = make_str("break"); }
| SQL_SQLPRINT { $$ = make_str("sqlprint"); }
| SQL_SQLWARNING { $$ = make_str("sqlwarning"); }
| SQL_STOP { $$ = make_str("stop"); }
+ | SQL_VALUE { $$ = make_str("value"); }
;
ECPGKeywords_rest: SQL_CONNECT { $$ = make_str("connect"); }