Any plans for a PyPi release?

2019-08-08 Thread Shaheed Haque
Hi, I've had a quick look, and while I see the odd reference to PyPi in the archives, I'm not sure if there has ever been discussion of having a PyPi release for pgAdmin. I am of course aware of the packaging changes w.r.t. psycopg2 and psycopg2-binary in 4.6, but did wonder if that might open th

Re: Any plans for a PyPi release?

2019-08-08 Thread Dave Page
Hi On Thu, Aug 8, 2019 at 12:31 PM Shaheed Haque wrote: > Hi, > > I've had a quick look, and while I see the odd reference to PyPi in the > archives, I'm not sure if there has ever been discussion of having a PyPi > release for pgAdmin. > > I am of course aware of the packaging changes w.r.t. ps

Re: Any plans for a PyPi release?

2019-08-08 Thread Shaheed Haque
Cool, thanks! I'll keep an eye out for it... On Thu, 8 Aug 2019 at 12:40, Dave Page wrote: > Hi > > On Thu, Aug 8, 2019 at 12:31 PM Shaheed Haque > wrote: > >> Hi, >> >> I've had a quick look, and while I see the odd reference to PyPi in the >> archives, I'm not sure if there has ever been disc

Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Luther Goh Lu Feng
The current default behaviour of pgAdmin4 is to load a webpage in a new default browser tab, on the extreme right of all tabs. I find that less than ideal in the scenario where I have a large number of tabs in firefox, eg, 50, and I will be abruptly brought to that tab when pgAdmin 4 loads I wou

Has pgAdmin 4 recently stopped displaying "affected rows"?

2019-08-08 Thread tutiluren
Repeating this because my last e-mail appears to have been lost in the void: > I could swear that, up until recently (weeks?), pgAdmin 4 would always > display something like "1 affected" or something along those lines when, for > example, I did "DELETE FROM" or "UPDATE"... but now it just says

pgAdmin 4 ignores its own config option: "BrowserCommand"

2019-08-08 Thread tutiluren
Okay, so after 30 million years of searching and reading and swearing and cursing, I've finally found the "BrowserCommand" configuration directive. So I set my C:\Program Files (x86)\pgAdmin 4\v4\web\config_local.py to: MASTER_PASSWORD_REQUIRED=False BrowserCommand="C:\Program Files\Mozilla Fire

Re: pgAdmin 4 ignores its own config option: "BrowserCommand"

2019-08-08 Thread richard coleman
tutiluren, I am sorry to read that you are still having difficulties. The MASTER_PASSWORD_REQUIRED string is documented in the pgAdmin4 documentation located here: https://www.pgadmin.org/docs/pgadmin4/development/master_password.html . As for the BrowserCommand I usually set it in the configure

Re: Has pgAdmin 4 recently stopped displaying "affected rows"?

2019-08-08 Thread Khushboo Vashi
Hi, This issue has already been reported and fixed. The fix will be available in the next release. Reference: https://redmine.postgresql.org/issues/4525 Thanks, Khushboo On Fri, Aug 9, 2019 at 12:49 AM wrote: > Repeating this because my last e-mail appears to have been lost in the > void: > >

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Luther Goh Lu Feng
Thanks for the suggestion!. That is very useful, and would work for me as a personal custom configuration. However, I have read some complaints in the mailing list about how pgAdmin 4 opens a web page in a new tab, unlike pgAdmin3. I do wonder if changing the default behaviour to open in a new

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Ashesh Vashi
On Fri, Aug 9, 2019 at 9:57 AM Luther Goh Lu Feng wrote: > Thanks for the suggestion!. That is very useful, and would work for me as > a personal custom configuration. > > However, I have read some complaints in the mailing list about how pgAdmin > 4 opens a web page in a new tab, unlike pgAdmin3

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Luther Goh Lu Feng
Thanks for sharing the plans for electron. In my feature suggestion for a new window, I am not referring to a new window using electron, but instead I meant a new window in the existing web browser. I am unfamiliar with the effort needed for electron integration. But I suspect that opening a

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Avin Kavish
The people who want it don't want a browser window, they want an independent standalone application that is not affected by what they might do with the browser. On Fri, Aug 9, 2019 at 10:08 AM Luther Goh Lu Feng wrote: > Thanks for sharing the plans for electron. > > In my feature suggestion fo

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Michel Feinstein
I think this would be a lot easier, as you are just basically wrapping a browser with a fixed URL address. On Fri, Aug 9, 2019, 01:39 Avin Kavish wrote: > The people who want it don't want a browser window, they want an > independent standalone application that is not affected by what they might

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Avin Kavish
yep, exactly. The code for that is already in the repository. But there are a few considerations to be made such as launching and waiting for the python server to be up when the window is opened, ensuring the port number is fixed or matches the one used by the server and some sort of secret key exc

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Avin Kavish
*top menu bar On Fri, Aug 9, 2019 at 10:24 AM Avin Kavish wrote: > yep, exactly. The code for that is already in the repository. But there > are a few considerations to be made such as launching and waiting for the > python server to be up when the window is opened, ensuring the port number > is

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Michel Feinstein
Do it the other way around... Instead of having the browser opening the server, have the server open the browser when it's up and running. In case the server is shut down, just close the browser window, they will behave as if they were one process. On Fri, Aug 9, 2019, 01:55 Avin Kavish wrote: >

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Luther Goh Lu Feng
I see. I actually appreciate that pgAdmin is in a web browser, just that it was frustrating that it opens in a new tab instead of a window. But I guess it is impossible to make all users happy so I will rest my case for now. In any case, a brief look at the code[1] seems to suggest that it may n

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Luther Goh Lu Feng
I personally don't like to run electron apps. So once the electron version is released, would it have an option to load a webpage in the browser? But it is also understandable if my feature suggestion isnt on the roadmap. Since I probably belong to the minority --Luther On Friday, Augus

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Dave Page
I’m on my phone so can’t provide details, but some browsers offer command line options you can use in the config dialog to use a new window. In some, you may need to settle for an alternate profile. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.ent

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Avin Kavish
@Luther Goh Lu Feng Electron launch option is going to be optional as far as I'm aware @Dave Page I think Khushboo linked a screenshot with the settings On Fri, Aug 9, 2019 at 11:14 AM Dave Page wrote: > I’m on my phone so can’t provide details, but some browsers offer command > line options

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Luther Goh Lu Feng
> Electron launch option is going to be optional as far as I'm aware That's great to know! 🙇🏻‍♂️ On Friday, August 9, 2019, 1:52:31 PM GMT+8, Avin Kavish wrote: @Luther Goh Lu Feng  Electron launch option is going to be optional as far as I'm aware @Dave Page I think Khushboo linked

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-08 Thread Dave Page
Right - I’m just point out that you may be able to add a command line option to tell your browser to use a new window. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 9 Aug 2019, at 06:52, Avin