Re: I'd like a lightweight alternative to pgAdmin4 ?

2017-10-12 Thread Dave Page
> On 13 Oct 2017, at 05:16, Stephen Cook wrote: > >> On 2017-10-12 15:59, Michael Rasmussen wrote: >> I would suggest keep trying pgAdmin 4 and reporting on issues, so >> progress towards making it the tool we want it to be. > > It won't happen, choices have been made that preclude it from eve

Re: I'd like a lightweight alternative to pgAdmin4 ?

2017-10-12 Thread Darren Duncan
On 2017-10-12 9:16 PM, Stephen Cook wrote: On 2017-10-12 15:59, Michael Rasmussen wrote: I would suggest keep trying pgAdmin 4 and reporting on issues, so progress towards making it the tool we want it to be. It won't happen, choices have been made that preclude it from ever being a fast, ligh

Re: copying to clipboard includes invisible characters

2017-10-12 Thread Murtuza Zabuawala
Looks like Qt WebEngine(runtime) issue. I suspect that Qt WebEngine is triggering native copy behavior instead of CodeMirror's copy handler. On Thu, Oct 12, 2017 at 12:56 PM, Jan Mahle wrote: > > Hi, > > I've encountered an odd bug in pgAdmin 4 (tested on 1.6 and 2.0) on MacOS > (in my case Sier

Re: I'd like a lightweight alternative to pgAdmin4 ?

2017-10-12 Thread Stephen Cook
On 2017-10-12 15:59, Michael Rasmussen wrote: > I would suggest keep trying pgAdmin 4 and reporting on issues, so > progress towards making it the tool we want it to be. It won't happen, choices have been made that preclude it from ever being a fast, lightweight native app. "Stable", "Fast", and "

Re: I'd like a lightweight alternative to pgAdmin4 ?

2017-10-12 Thread Michael Rasmussen
BigSQL has a pgAdmin 3 LTS fork they are providing minimal support for to ease the transition. It will connect to 10 without warnings, but it doesn’t support the new features. https://www.openscg.com/2017/06/pgadmin3-lts-now-supports-postgresql-10/ I would suggest keep trying pgAdmin 4 and repo

Re: PgAdmin 4 v2.0 stuck in "Initializing the query execution!"

2017-10-12 Thread Harshal Dhumal
Hi, If we closely look at method get (of class CachingSessionManager in session.py) we can see that there is check (if sid in self._cache:) before deleting key sid (del self._cache[sid]). That mean the key sid was present in _cache when condition was evaluated but by the time execution reached to

Re: PgAdmin 4 v2.0 stuck in "Initializing the query execution!"

2017-10-12 Thread Peterko
Hi,  juat give me please instruction how to capture console output into the app and I'll do my best to help solve this bug :)   Peter __ Od: Dave Page Komu: Murtuza Zabuawala Datum: 12.10.2017 10:40 Předmět: Re: PgAdmin 4 v2.0 stuck i

Re: PgAdmin 4 v2.0 stuck in "Initializing the query execution!"

2017-10-12 Thread Dave Page
On Thu, Oct 12, 2017 at 6:39 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Yes, Log has no useful information in it. > I found same issue reported by another user https://redmine. > postgresql.org/issues/2764 > > @Dave, > Can we provide 'pgAdmin4.exe' binary with Qt debug su

copying to clipboard includes invisible characters

2017-10-12 Thread Jan Mahle
Hi, I've encountered an odd bug in pgAdmin 4 (tested on 1.6 and 2.0) on MacOS (in my case Sierra 10.12.6): when copying something to clipboard from a field in a table it begins with a char that isn't printed in most editors (including the popup when double-clicking the cell in the table to c