regarding stored procedure
Started by PG Bug reporting formabout 5 years ago2 messagesdocs
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.
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.