Thanks to visit codestin.com Credit goes to github.com
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 e895eb1 commit 6eb27d1Copy full SHA for 6eb27d1
src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
1
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.247 2003/07/14 10:16:44 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.248 2003/07/14 12:18:25 meskes Exp $ */
2
3
/* Copyright comment */
4
%{
@@ -2904,7 +2904,6 @@ opt_select_limit: select_limit { $$ = $1; }
2904
2905
select_limit_value: a_expr { $$ = $1; }
2906
| ALL { $$ = make_str("all"); }
2907
- | PARAM { $$ = make_name(); }
2908
;
2909
2910
select_offset_value: a_expr { $$ = $1; }
0 commit comments