regarding stored procedure

Started by PG Bug reporting formabout 5 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-createprocedure.html
Description:

This documentation is missing the part on the topic whether we can insert
data in temporary table from Stored procedure output.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: regarding stored procedure

On Tue, Apr 20, 2021 at 5:00 AM PG Doc comments form <noreply@postgresql.org>
wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-createprocedure.html
Description:

This documentation is missing the part on the topic whether we can insert
data in temporary table from Stored procedure output.

Nothing is missing - there is nothing special about the interaction of
store procedures and temporary tables.

David J.