pgAdmin4 scrolls in wrong/reversed direction on OS X
Hi guys, Perhaps I've simply missed a configuration flag but I can't find a way to change the scroll direction in pgAdmin4. Whereas in OS X you can change the scroll direction from reversed ("natural") to the regular kind, pgAdmin4 appears to be ignoring the settings and forces the reversed direction. ~rick
Re: pgAdmin4 scrolls in wrong/reversed direction on OS X
Hi, I'm running OS X El Capitan actually, version 10.11.6. The linked version simply starts the webinterface for me, which works around the problem just fine as well so it solves the issue for me. But I'm not sure how to test if it actually solves the issue. ~rick On 19 February 2018 at 04:33, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hello, > > If your macOS version is High Sierra then Qt5 runtime(Desktop app) is > causing problems on it. > > Could you try out latest development version and let us know your feedback? > Download: https://developer.pgadmin.org/~dpage/runtime-revamp/ > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > On Sun, Feb 18, 2018 at 8:38 PM, Rick wrote: > >> Hi guys, >> >> Perhaps I've simply missed a configuration flag but I can't find a way to >> change the scroll direction in pgAdmin4. >> >> Whereas in OS X you can change the scroll direction from reversed >> ("natural") to the regular kind, pgAdmin4 appears to be ignoring the >> settings and forces the reversed direction. >> >> ~rick >> > >
RE: unsuscribe
The problem is that there has never been a way to unsubscribe from this mailing list. I think some folks over-optimistically thought that with the advent of a new platform, unsubscribing would now work, hence the flurry of unsubscribe requests, and the following realization that nothing has changed, except maybe for the length of sentences used to describe the situation. -Original Message- From: Eric P. Melbardis [mailto:eric.melbar...@netkitsolutions.com] Sent: Thursday, June 22, 2017 10:10 AM To: r...@iol.ie; Pgadmin-Support Subject: RE: unsuscribe hi I started getting help requests from some emails, then a bunch with the word 'unsubscribe' in them ... maybe site got hacked??? pesky Russians ... -Original Message- From: Raymond O'Donnell [mailto:r...@iol.ie] Sent: Thursday, June 22, 2017 7:07 AM To: Eric P. Melbardis; Pgadmin-Support Subject: Re: unsuscribe On 22/06/17 15:03, Eric P. Melbardis wrote: > hi does not work ... > > This message was created automatically by mail delivery software. > > A message that you sent could not be delivered to one or more of its > recipients. This is a permanent error. The following address(es) > failed: [Please keep replies on the list] Hmmm, well I don't know so maybe someone else here knows what to do. Ray. -- Raymond O'Donnell :: Galway :: Ireland r...@iol.ie
Re: Extreme incompetence by pgAdmin people in every way imaginable...
I unsubscribed using the website at lists.postgresql.org. Why am I still receiving mail from this list? On Fri, Jun 23, 2017 at 4:03 PM, Darren Duncan wrote: > And the CAUSE of those messages is other subscribers who spam the list > rather than using the proper channels. > > > On 2017-06-23 12:50 PM, Eric P. Melbardis wrote: >> >> hate to say it, but you have that backwards, at least speaking for myself, >> these emails started recently, with no action, intent or desire on my part >> ... >> >> >> -Original Message- >> From: Darren Duncan [mailto:dar...@darrenduncan.net] >> Sent: Friday, June 23, 2017 12:43 PM >> To: 'Pgadmin Support' >> Subject: Re: Extreme incompetence by pgAdmin people in every way >> imaginable... >> >> On 2017-06-23 12:33 PM, Regina Obe wrote: >>> >>> pgAdmin (pgAdmin 4 graphical user tool that comes packaged with a lot >>> of PostgreSQL distributions). >>> >>> I think the issue is people are getting emails from the pgAdmin >>> mailing list that never used to before. >>> >>> I think I had my setting set to digest, and now past week or so I get >>> all of them individually so seems like a lot which I think is why >>> people are trying to unsubscribe. >> >> >> It doesn't help that, despite all of us on the list being technical >> people, such a large number of list subscribers are causing trouble for >> everyone else by spamming the list with "unsubscribe" rather than getting >> themselves off the proper way. These messages are the fault of the >> subscribers, not the admins. -- Darren Duncan > > >
unsubscribe
unsubscribe
pgAdmin4 stopped working with VPN upon upgrade.
I run pgAdmin4 in an Ubuntu VM. I connect to a PostgreSQL database running on AWS RDS. To connect to RDS, I run an OpenVPN to AWS. On my host OS, I run a VPN from my Windows virus software vendor for general privacy. All of this worked fine until today when I upgraded to pgAdmin4 5.6 using *apt.* Now I have to disconnect the VPN on my host OS. With the host OS VPN up, expanding a table on the tree navigation (and sometimes before I drill down that far) hangs. I have to bring down the host OS VPN, and restart pgAdmin4 for it to start working again. I tried to find a way to downgrade pgAdmin4, but couldn't find how to do this with *apt*. I tried to uninstall and then install specifying the version, but I got this: *~$* sudo apt install pgadmin4=5.5 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: pgadmin4 : Depends: pgadmin4-server (= 5.5) but 5.6 is to be installed Depends: pgadmin4-desktop (= 5.5) but 5.6 is to be installed Depends: pgadmin4-web (= 5.5) but 5.6 is to be installed E: Unable to correct problems, you have held broken packages. Can someone advise me? I'm looking for either a way to downgrade pgAdmin using *apt*, or a way to configure my connections in *pgAdmin4* to tolerate using my host OS VPN.
Downgrade / Install Old Version of pgAdmin4 on Ubuntu
How do I downgrade *pgAdmin4*, or install an old version of *pgAdmin4*? I installed the latest version and it's not working in my networking environment. I tried to solve this in another thread, but I'd like to try downgrading. I can't find a way to do that with *apt*. I tried to do this and got this: *~$* sudo apt install pgadmin4=5.5 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: pgadmin4 : Depends: pgadmin4-server (= 5.5) but 5.6 is to be installed Depends: pgadmin4-desktop (= 5.5) but 5.6 is to be installed Depends: pgadmin4-web (= 5.5) but 5.6 is to be installed E: Unable to correct problems, you have held broken packages.