Re: How to return multiple rows by stored procedure in postgresql

From: Naveen Kumar <naveenmcp(at)gmail(dot)com>
To: androxkentaki <androxkentaki(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: How to return multiple rows by stored procedure in postgresql
Date: 2020-10-06 06:15:23
Message-ID: CAN+uLsEvZH1JdhDUfJaevz8AUyVgdX75ufnc0TgUZY9wquKaOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thank you for the quick response.

All the examples are talking about functions, not about procedures in
PostgreSQL. what i am looking for is how to return multiple rows by calling
STORED PROCEDURE in postgreSQL 12 version.

Thank you
Naveen

On Tue, Oct 6, 2020 at 11:32 AM androxkentaki <androxkentaki(at)gmail(dot)com>
wrote:

> 1 minute research in google
>
> https://www.google.com/search?client=firefox-b-d&q=postgresql+select+form+procedure
>
>
> https://stackoverflow.com/questions/11740256/refactor-a-pl-pgsql-function-to-return-the-output-of-various-select-queries/11751557#11751557
>
> wt., 6 paź 2020 o 07:55 Naveen Kumar <naveenmcp(at)gmail(dot)com> napisał(a):
>
>> can someone please help me on How to return multiple rows by stored
>> procedure in postgresql? if possible with an example?
>>
>> Thank you
>> Naveen
>>
>>
>
> --
> Z wyrazami szacunku
> Andrzej Gerasimuk
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Naveen Kumar 2020-10-06 06:31:02 How to add partitions to the existing table in PostgreSQL
Previous Message androxkentaki 2020-10-06 06:01:56 Re: How to return multiple rows by stored procedure in postgresql