We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3f70a commit 7ff1c9dCopy full SHA for 7ff1c9d
src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.294 2004/08/11 22:50:35 tgl Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.295 2004/08/28 18:04:51 tgl Exp $ */
2
3
/* Copyright comment */
4
%{
@@ -5379,6 +5379,7 @@ ECPGGetDescHeaderItem: cvariable '=' desc_header_item
5379
5380
ECPGSetDescriptorHeader: SET SQL_DESCRIPTOR quoted_ident_stringvar ECPGSetDescHeaderItems
5381
{ $$ = $3; }
5382
+ ;
5383
5384
ECPGSetDescHeaderItems: ECPGSetDescHeaderItem
5385
| ECPGSetDescHeaderItems ',' ECPGSetDescHeaderItem
0 commit comments