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 b774efa commit 2b8364dCopy full SHA for 2b8364d
src/pl/plpgsql/src/pl_exec.c
@@ -3249,7 +3249,7 @@ exec_stmt_dynexecute(PLpgSQL_execstate *estate,
3249
ereport(ERROR,
3250
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
3251
errmsg("EXECUTE of SELECT ... INTO is not implemented"),
3252
- errhint("You might want to use EXECUTE ... INTO instead.")));
+ errhint("You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS instead.")));
3253
break;
3254
}
3255
0 commit comments