Re: Execute command in PL/pgSQL function not executing - Mailing list pgsql-general

From David G. Johnston
Subject Re: Execute command in PL/pgSQL function not executing
Date
Msg-id CAKFQuwYHpg5u5XwH4SNqG0HOq2LrgtRMxxtx=f0n5kmcY0EjwQ@mail.gmail.com
Whole thread Raw
In response to Re: Execute command in PL/pgSQL function not executing  (Abdul Mohammed <imonikemohammed@gmail.com>)
Responses Re: Execute command in PL/pgSQL function not executing  (Marc Millas <marc.millas@mokadb.com>)
List pgsql-general
On Fri, Nov 19, 2021 at 3:37 PM Abdul Mohammed <imonikemohammed@gmail.com> wrote:
 I read somewhere that you could have a table as a return type. I, therefore tried using the pivot table alias as the return type but got an error along lines of the alias not being recognized.

A table in that context is something you create using the "Create table" command.  And, per my other comments, you have to have done this before even creating the function in question since the function has to point to the table during the "create function" command's execution.

David J.

pgsql-general by date:

Previous
From: Abdul Mohammed
Date:
Subject: Re: Execute command in PL/pgSQL function not executing
Next
From: "Huang Wang"
Date:
Subject: Error when rewriting a query into multiple queries