On Tue, Apr 20, 2021 at 5:00 AM PG Doc comments form <nore...@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.