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 40e1b30 commit 203015eCopy full SHA for 203015e
src/pl/plpgsql/src/gram.y
@@ -4,7 +4,7 @@
4
* procedural language
5
*
6
* IDENTIFICATION
7
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.81 2005/09/14 13:46:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.82 2005/10/13 15:34:19 tgl Exp $
8
9
* This software is copyrighted by Jan Wieck - Hamburg.
10
@@ -1986,6 +1986,8 @@ make_select_stmt(void)
1986
expr->params[nparams] = params[nparams];
1987
plpgsql_dstring_free(&ds);
1988
1989
+ check_sql_expr(expr->query);
1990
+
1991
if (have_into)
1992
{
1993
PLpgSQL_stmt_select *select;
0 commit comments