[pgadmin-support] SQL Editor via the View Data context-menu

2017-02-27 Thread microsys.gr microsys.gr
OS Windows 10 64-bit Version 1.2 Python Version 2.7.11 Flask Version 0.11.1 Application Mode Desktop If you open the Query tool via the *View Data* context-menu, the upper panel of the *SQL Editor* is not working like the editor of the Query tool itself (Admin3 worked and could edit select stateme

Re: [pgadmin-support] Call for feedback on pgAdmin4 features

2017-02-27 Thread jbiskofski
Hello Ashesh, We're happy to share our modifications. Unfortunately, we're not knowledgeable in python so we did the best we could. The problem we had, was pgadmin crashed when it fetched results in a latin encoding, and it would display nothing. We modified this method in : web/pgadmin/tools/sq

Re: [pgadmin-support] python version, desktop mode (pgAdmin4)

2017-02-27 Thread Dave Page
On Mon, Feb 27, 2017 at 11:03 AM, Willy-Bas Loos wrote: > OK, here's for a rebound. > Now running ubuntu 16.04. > I pulled the pgadmin4 source from git and managed to make qmake use python3 > en qt5 (the latter using qmake -qt=qt5 after installing some dependencies) > But I get an error about webe

Re: [pgadmin-support] editable views

2017-02-27 Thread Willy-Bas Loos
On Mon, Feb 27, 2017 at 12:41 PM, Willy-Bas Loos wrote: > I think that It goes without saying that you need to refresh to see > changes outside of the record that was editted. > > I mean the user has to refresh the data manually, no one can expect a client to do this by itself. -- Willy-Bas Loo

[pgadmin-support] editable views

2017-02-27 Thread Willy-Bas Loos
Hi, My colleages and I am looking for a GUI postgres client that supports editable views. I found this conversation about it http://www.postgresql-archive.org/Editing-Views-with-EditGrid-td2195829.html I think pgAdmin is missing a chance to support a beautiful feature of postgres. I think that It

Re: [pgadmin-support] python version, desktop mode (pgAdmin4)

2017-02-27 Thread Willy-Bas Loos
OK, here's for a rebound. Now running ubuntu 16.04. I pulled the pgadmin4 source from git and managed to make qmake use python3 en qt5 (the latter using qmake -qt=qt5 after installing some dependencies) But I get an error about webenginewidgets: Project ERROR: Unknown module(s) in QT: webenginewidg