8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9c074 commit 0584370Copy full SHA for 0584370
src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
1
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.249 2003/07/18 14:32:56 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.250 2003/08/01 11:25:55 meskes Exp $ */
2
3
/* Copyright comment */
4
%{
@@ -6256,6 +6256,7 @@ c_anything: IDENT { $$ = $1; }
6256
| YEAR_P { $$ = make_str("year"); }
6257
| CHAR_P { $$ = make_str("char"); }
6258
| FLOAT_P { $$ = make_str("float"); }
6259
+ | TO { $$ = make_str("to"); }
6260
| UNION { $$ = make_str("union"); }
6261
| VARCHAR { $$ = make_str("varchar"); }
6262
| '[' { $$ = make_str("["); }
0 commit comments