We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4377a9a commit 0634c01Copy full SHA for 0634c01
src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
1
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.262 2003/10/06 06:44:55 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.263 2003/10/22 16:43:42 tgl Exp $ */
2
3
/* Copyright comment */
4
%{
@@ -5248,6 +5248,7 @@ execstring: char_variable
5248
5249
prepared_name: name { $$ = make3_str(make_str("\""), $1, make_str("\"")); }
5250
| char_variable { $$ = $1; }
5251
+ ;
5252
5253
/*
5254
* the exec sql free command to deallocate a previously
0 commit comments