Skip to content

Commit 2b8364d

Browse files
committed
Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.
1 parent b774efa commit 2b8364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpgsql/src/pl_exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@ exec_stmt_dynexecute(PLpgSQL_execstate *estate,
32493249
ereport(ERROR,
32503250
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
32513251
errmsg("EXECUTE of SELECT ... INTO is not implemented"),
3252-
errhint("You might want to use EXECUTE ... INTO instead.")));
3252+
errhint("You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS instead.")));
32533253
break;
32543254
}
32553255

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy