[pgadmin-support] PgAdmin 4 v1.1 - how to disable animations?

2016-10-28 Thread Edson Richter
Hi! I’m using pgAdmin 4 v1.1 on Windows Remote Desktop. In order to increase perceived performance, I would like to completely disable the Windows and menus animations. Is it possible to do that globaly (probably changing some template, javascript or css)? Thanks in advance, Edson Richter

[pgadmin-support] pgAdmin4 - Can't resize query window result columns

2016-10-28 Thread Jack Royal-Gordon
Attachment available until Nov 27, 2016 Hi Folks, I’m using the Query Window on Mac OS X 10.12, and while I get the column resizing icon, I am not able to resize the columns. Attached is a screen recording of my attempt to do so. Click to Download

[pgadmin-support] pgAdmin4 - Connection Lost

2016-10-28 Thread Jack Royal-Gordon
Hi Folks, I often leave query windows open in pgAdmin4, even when I close my laptop and put it to sleep. It usually loses the connection to the server when this happens. If I then open the laptop and re-run the last query (or run any other query), it takes 30 seconds to a minute before the quer

Re: [pgadmin-support] link to deprecated PPA

2016-10-28 Thread Dave Page
On Fri, Oct 28, 2016 at 1:50 PM, Chris Curvey wrote: > I just looked at pgadmin.org, and the page at https://pgadmin.org/download/ > still points to Martin Pitt's old launchpad, which seems to have a thin > coating of "deprecated" warnings. Thanks - I've updated that page. > Is that actually the

Re: [pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Dmitry Voronin
I agree with Anthony. it will be great. 28.10.2016, 15:33, "Anthony DeBarros" :While pgAdmin 4 will naturally continue to improve, it is fully understandable that people want to keep pgAdmin3 alive and are willing to do the work. That's the beauty of open source. However, I'm wondering whether it w

[pgadmin-support] link to deprecated PPA

2016-10-28 Thread Chris Curvey
I just looked at pgadmin.org, and the page at https://pgadmin.org/download/ still points to Martin Pitt's old launchpad, which seems to have a thin coating of "deprecated" warnings. Is that actually the right place to look for PGAdmin4, or should I be looking at apt.postgresql.org? Or should I ju

Re: [pgadmin-support] pgAdmin 4.1.1 cannot run on win7

2016-10-28 Thread Mark Csaba
Hi,   It seems to run on my Win7 … I started it, connected to a DB, did a few things and I left it alone for an hour (I went out to lunch). It crashed while I was away …   Regards, Csaba   From: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.org] On Behalf Of

Re: [pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Anthony DeBarros
While pgAdmin 4 will naturally continue to improve, it is fully understandable that people want to keep pgAdmin3 alive and are willing to do the work. That's the beauty of open source. However, I'm wondering whether it would make sense for the community to agree on maintaining one fork of the proje

Re: [pgadmin-support] pgAdmin 4.1.1 cannot run on win7

2016-10-28 Thread André Cardoso
Too "old" PostgreSQL version (9.2)? Keep using PgAdmin3... 2016-10-28 8:42 GMT-02:00 arielgiomi : > Hi! > > I tested without much trouble the previous version (pgAdmin 4.1.0) on > Windows 7 pro 32bits (spanish). > But since the new version 4.1.1, the application fails and closes when > trying to

[pgadmin-support] pgAdmin 4.1.1 cannot run on win7

2016-10-28 Thread arielgiomi
Hi! I tested without much trouble the previous version (pgAdmin 4.1.0) on Windows 7 pro 32bits (spanish). But since the new version 4.1.1, the application fails and closes when trying to connect to the database: (PostgreSQL 9.2.4 on i686-pc-linux-gnu, compiled by gcc (Ubuntu/Linaro 4.6.3-1ubun

[pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Dmitry Voronin
Hello, For some reasons we need to use pgadmin3 in our work. I will make some fixes of pgadmin3 origin code to make it useable with new PostgreSQL versions. My fork located at: https://github.com/dimv36/pgadmin3. Today pgadmin3 can: - Create or edit policies - Enable/Disable RLS on tables.