Re: Multiple result set not displayed in PgAdmin4

From: "Muthukumar(dot)GK" <muthankumar(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple result set not displayed in PgAdmin4
Date: 2020-11-23 16:07:45
Message-ID: CA+rAWg=4juFub_GtfWeCPqEEHfHAy+C+nQ0Q=yafX9V=WKoUQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Adrian,

If PG admin 4 return only last result set then, how can we call the
procedure/function to get the multiple result set from dot net application.

we are planning to migrate things from SQL to postgresql.. most of our
existing SQL stored procedures will return multiple result sets. So we need
to achieve Same multiple result set in postgreSql.. Kindly advise me..

Regards
Muthukumar.GK

On Mon, Nov 23, 2020, 8:49 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
wrote:

> On 11/22/20 8:53 PM, Muthukumar.GK wrote:
> > Hi Team,
> >
> > I have created function in postgre sql 13 which will return two result.
> > But when execute i can able to see the last cursor (query result set of
> > last select )result set in Data output window of Pgadmin4. i tried
> > executing the cursor inside the transaction as well (BEING.....COMMIT).
> > but i still do not see both result set one by one (likeSQL) in data
> > output window. Please let me know if there is any limitation in pgadmin4
> > tool that multiple result set will not be displayed in Data output
> Window.
>
> From what I remember pgAdmin4 will only display the last result.
>
> >
> > Regards
> > Muthukumar
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-11-23 16:11:27 Re: Multiple result set not displayed in PgAdmin4
Previous Message Adrian Klaver 2020-11-23 15:49:53 Re: ERROR : invalid transaction termination : PostgreSQL v12