Require suggestions on feature #5766

2024-11-26 Thread Anil Sahoo
Hi Dave/Team, I am currently working on the auto-update feature of pgAdmin 4 desktop application, #5766 . As we are using Electron for shipping our desktop application, I have gone through some possible ways we can implement the auto update of

Re: Require suggestion for issue #6513

2024-11-26 Thread Rohit Bhati
Hi Dave, I hope you're doing well. I would greatly appreciate it if you could provide your suggestions also on this issue. Thank you in advance. Best regards, Rohit Bhati On Thu, Nov 21, 2024 at 11:40 PM Usman Khan wrote: > Yes, I think it would be nice to do it across all appropriate places

Re: Require suggestions on feature 6794

2024-11-26 Thread Dave Page
On Tue, 26 Nov 2024 at 11:30, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Pravesh, > > In addition to that, why do we need env vars at all? We can simply pass > them as arguments to passexec script. It's up to the users to use it or > ignore it. > Or do some string substitut

Re: Require suggestions on feature 6794

2024-11-26 Thread Aditya Toshniwal
Hi Pravesh, In addition to that, why do we need env vars at all? We can simply pass them as arguments to passexec script. It's up to the users to use it or ignore it. On Tue, Nov 26, 2024 at 4:54 PM Dave Page wrote: > Hi > > On Tue, 26 Nov 2024 at 10:55, Pravesh Sharma < > pravesh.sha...@enterp

Re: Require suggestions on feature 6794

2024-11-26 Thread Dave Page
Hi On Tue, 26 Nov 2024 at 10:55, Pravesh Sharma < pravesh.sha...@enterprisedb.com> wrote: > Hi Dave/Team > > I have started working on feature #6794 > . The user wants to > pass connection information, such as host, port, and username, to the >

Require suggestions on feature 6794

2024-11-26 Thread Pravesh Sharma
Hi Dave/Team I have started working on feature #6794 . The user wants to pass connection information, such as host, port, and username, to the passexec command without hardcoding these values. I plan to implement it as follows: The user will set