Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYqFx-0001De-F4 for pgsql-docs@arkaria.postgresql.org; Tue, 20 Apr 2021 13:17:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lYqFw-0003Rf-8m for pgsql-docs@arkaria.postgresql.org; Tue, 20 Apr 2021 13:17:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYqFw-0003RY-08 for pgsql-docs@lists.postgresql.org; Tue, 20 Apr 2021 13:17:32 +0000 Received: from mail-pf1-x436.google.com ([2607:f8b0:4864:20::436]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lYqFr-0006RU-3s for pgsql-docs@lists.postgresql.org; Tue, 20 Apr 2021 13:17:31 +0000 Received: by mail-pf1-x436.google.com with SMTP id w6so10988871pfc.8 for ; Tue, 20 Apr 2021 06:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=z1EbtA1jQogkpvUqWDuDLLetu6VB5TIZZHnoRlUr2WM=; b=ZIYdpVGqttsMUCQfSKG3QzTgjovEVsgNNwj4RI2aIB+c3tqB/IL6QTCy9LNlsu5W0D 3g/XGVoGhR2AR/amZQLkFvJhm2wvQl4W5R/6StftGD12ZvUHPjmGHDFteY9iIsewJCc3 rEHvDMtU0oFKsRuTmPrRGiv67R7qMj2bZiP4nFEMeJDac/C8/EMgBpdYb7rLaRrAyZU/ +ZQ1WYXZc/3Av8iqD82B2UfSOUoPo654uJTv0TZq3W8Kd2zP3KuPwuPdzSd0ITnnOOph ebZUXYOmZCyu2hHTef8ic+vglJNwgbENheEIPW8Q8c96PaO7kEdgr5uXnQd++OAZ0gYH bc4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=z1EbtA1jQogkpvUqWDuDLLetu6VB5TIZZHnoRlUr2WM=; b=bJ6JX4f/5fD7ZwV0PqPA1r2hYDehir8GHCR8/SpH+sowswQ7kc8qUly9Uu6dLzfl0D 6rnvrzJbEKsJTP5CzS6irxQa6HyZGMwfxDT/4jS98JTT+nZM94S0x5M+VvYY29SKuPxy qEpUsSxrn49vyZ6jlfBa+8kldBE48/CtF8Eg5u8ulzm3MGgX7JJGqwSC06z+VncuCt5Z SpkNfzZ/T7eu5cbnPUwQs7AVc4oGODN6v0ojUSx5zylflamIFqesuFS4ydy2RJLza3tR 1b48s1APxaFp6kcl0ZxUzdNC9erCV2toqx+V6e8cce0qpuahfT00ajSApQ2U7j4todSb 8zFQ== X-Gm-Message-State: AOAM530Eu+t/sy3Sygqn6HaTSg2d2/nvfgrBl2VU05uXp5KEdmYYb4lc C+W8cpCrOkFcJ+wqAt0Lca27nA05Cxy82iH58k8= X-Google-Smtp-Source: ABdhPJwMqLtf5Rl7oBP0M5l8z2D3h8LyS0j1bkxdfTQEDwUYz6s3uTOfpeZTH9ncERob/IBcbwNH1GCOoH4iYm0lVzU= X-Received: by 2002:a62:920d:0:b029:25d:102a:f0a4 with SMTP id o13-20020a62920d0000b029025d102af0a4mr13812452pfd.37.1618924645642; Tue, 20 Apr 2021 06:17:25 -0700 (PDT) MIME-Version: 1.0 References: <161891019809.693.9380902028158743017@wrigleys.postgresql.org> In-Reply-To: <161891019809.693.9380902028158743017@wrigleys.postgresql.org> From: "David G. Johnston" Date: Tue, 20 Apr 2021 06:17:09 -0700 Message-ID: Subject: Re: regarding stored procedure To: bhowmik_sumu@yahoo.com, Pg Docs Content-Type: multipart/alternative; boundary="0000000000006bf82505c067445f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000006bf82505c067445f Content-Type: text/plain; charset="UTF-8" On Tue, Apr 20, 2021 at 5:00 AM PG Doc comments form 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. --0000000000006bf82505c067445f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Tue, Apr 20, 2021 at 5:00 AM PG Doc comments form <<= a href=3D"mailto:noreply@postgresql.org">noreply@postgresql.org> wro= te:
The following documentation comment has been lo= gged 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 intera= ction of store procedures and temporary tables.

David = J.
--0000000000006bf82505c067445f--