Re: Regarding multiple result set in query tool

2025-09-29 Thread Aditya Toshniwal
Hi, I raised this to the psycopg team and we may possibly not need to take care of anything on the pgAdmin side. Check the discussion here - https://github.com/psycopg/psycopg/discussions/1170 But, I will have to raise a PR to get some extra functions for our use-case. On Mon, Sep 29, 2025 at 11

Re: Regarding multiple result set in query tool

2025-09-29 Thread Dave Page
On Mon, 29 Sept 2025 at 10:01, Aditya Toshniwal < [email protected]> wrote: > Hi, > > I raised this to the psycopg team and we may possibly not need to take > care of anything on the pgAdmin side. Check the discussion here - > https://github.com/psycopg/psycopg/discussions/1170 >

Re: Regarding multiple result set in query tool

2025-09-28 Thread Aditya Toshniwal
Hi Dave, On Thu, Sep 25, 2025 at 7:55 PM Dave Page wrote: > > > On Thu, 25 Sept 2025 at 14:44, Aditya Toshniwal < > [email protected]> wrote: > >> Hi Dave, >> >>> >>> If pgAdmin were a single-user application, I'd agree - however it is not >>> when running in server mode. Other u

Re: Regarding multiple result set in query tool

2025-09-25 Thread Dave Page
On Thu, 25 Sept 2025 at 14:44, Aditya Toshniwal < [email protected]> wrote: > Hi Dave, > >> >> If pgAdmin were a single-user application, I'd agree - however it is not >> when running in server mode. Other users will not know what is going on if >> one user exhausts memory. >> > Ho

Re: Regarding multiple result set in query tool

2025-09-25 Thread Aditya Toshniwal
Hi Dave, On Thu, Sep 25, 2025 at 6:06 PM Dave Page wrote: > > > On Thu, 25 Sept 2025 at 13:08, Aditya Toshniwal < > [email protected]> wrote: > >> Hi Dave, >> >> On Thu, Sep 25, 2025 at 4:31 PM Dave Page wrote: >> >>> Hi >>> >>> On Thu, 25 Sept 2025 at 11:45, Aditya Toshniwal <

Re: Regarding multiple result set in query tool

2025-09-25 Thread Aditya Toshniwal
Hi Dave, On Thu, Sep 25, 2025 at 4:31 PM Dave Page wrote: > Hi > > On Thu, 25 Sept 2025 at 11:45, Aditya Toshniwal < > [email protected]> wrote: > >> Hi Dave, >> >> On Thu, Sep 25, 2025 at 3:29 PM Dave Page wrote: >> >>> Hi >>> >>> On Wed, 24 Sept 2025 at 13:43, Aditya Toshniwal

Re: Regarding multiple result set in query tool

2025-09-25 Thread Murtuza Zabuawala
> On 25 Sep 2025, at 5:38 PM, Aditya Toshniwal > wrote: > > Hi Dave, > > On Thu, Sep 25, 2025 at 4:31 PM Dave Page > wrote: >> Hi >> >> On Thu, 25 Sept 2025 at 11:45, Aditya Toshniwal >> > > wrote: >>> Hi Dave, >>> >>> On

Re: Regarding multiple result set in query tool

2025-09-25 Thread Dave Page
On Thu, 25 Sept 2025 at 13:08, Aditya Toshniwal < [email protected]> wrote: > Hi Dave, > > On Thu, Sep 25, 2025 at 4:31 PM Dave Page wrote: > >> Hi >> >> On Thu, 25 Sept 2025 at 11:45, Aditya Toshniwal < >> [email protected]> wrote: >> >>> Hi Dave, >>> >>> On Thu,

Re: Regarding multiple result set in query tool

2025-09-25 Thread Dave Page
Hi On Thu, 25 Sept 2025 at 11:45, Aditya Toshniwal < [email protected]> wrote: > Hi Dave, > > On Thu, Sep 25, 2025 at 3:29 PM Dave Page wrote: > >> Hi >> >> On Wed, 24 Sept 2025 at 13:43, Aditya Toshniwal < >> [email protected]> wrote: >> >>> Hi Dave/Hackers, >>>

Re: Regarding multiple result set in query tool

2025-09-25 Thread Aditya Toshniwal
Hi Dave, On Thu, Sep 25, 2025 at 3:29 PM Dave Page wrote: > Hi > > On Wed, 24 Sept 2025 at 13:43, Aditya Toshniwal < > [email protected]> wrote: > >> Hi Dave/Hackers, >> >> I'm working on a feature where the query tool will show separate data >> output for all the select statemen

Re: Regarding multiple result set in query tool

2025-09-25 Thread Dave Page
Hi On Wed, 24 Sept 2025 at 13:43, Aditya Toshniwal < [email protected]> wrote: > Hi Dave/Hackers, > > I'm working on a feature where the query tool will show separate data > output for all the select statements run in a single batch. psycopg does > provide the result sets (as libp

Regarding multiple result set in query tool

2025-09-24 Thread Aditya Toshniwal
Hi Dave/Hackers, I'm working on a feature where the query tool will show separate data output for all the select statements run in a single batch. psycopg does provide the result sets (as libpq provides) but there is a catch. Let me explain how pgAdmin currently works: 1. psycopg provides a cursor