File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.257 2010/04/14 23:52:10 tgl Exp $
11+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.258 2010/05/31 20:02:30 momjian Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -3033,7 +3033,8 @@ exec_stmt_dynexecute(PLpgSQL_execstate *estate,
30333033 if (* ptr == 'S' || * ptr == 's' )
30343034 ereport (ERROR ,
30353035 (errcode (ERRCODE_FEATURE_NOT_SUPPORTED ),
3036- errmsg ("EXECUTE of SELECT ... INTO is not implemented" )));
3036+ errmsg ("EXECUTE of SELECT ... INTO is not implemented" ),
3037+ errhint ("You might want to use EXECUTE ... INTO instead." )));
30373038 break ;
30383039 }
30393040
You can’t perform that action at this time.
0 commit comments