Re: [pgadmin-support] making me love pgAdmin III

2017-05-22 Thread Johann Spies
On Sat, May 20, 2017 at 04:18:05AM -0400, Stephen Cook wrote: > On 2017-05-19 16:07, Michael Shapiro wrote: > > FWIW -- the final release of PgAdmin 3 fixed an ssl issue which, at > > least for me, fixed the disconnects from the server. > > Not me. I still can't use it for more than a few minutes

Re: [pgadmin-support] making me love pgAdmin III

2017-05-22 Thread Nigel Tucker
I would have to admit to still having a fond regard for pgAdmin III - it was fast and you could do things with it that you cannot yet do in pgAdmin 4. However, as someone who has to manage a national database on a daily basis, I am more than happy to work with the latest tools. Yes pgAdmin 4 d

[pgadmin-support] Second+ connect with saved password don't work

2017-05-22 Thread mammoth.power
In my database connections I have saved database passwords. When I start pgAdmin, then I can automatically connect to a database. When I disconnect and try to connect again, then I get following Message with password request: fe_sendauth: no password supplied Please enter the pa

[pgadmin-support] Popup message always that PgAdmin 3 starts

2017-05-22 Thread Carlos Eucario
ASSERT INFO: ../include/wx/strvararg.h(456): assert "(argtype & (wxFormatStringSpecifier::value)) == argtype" failed in wxArgNormalizer(): format specifier doesn't match argument type BACKTRACE: [1] wxFileConfig::Parse(wxTextBuffer const&, bool) [2] wxFileConfig::Init() [3] wxFileConfig::wxFileCon

[pgadmin-support] Start of pgAdmin 1.5 takes longer then in 1.4

2017-05-22 Thread mammoth.power
The new 1.5 version feels slower than the previous 1.4 version. The durations of second start (with system cache): V1.4 - 21s V1.5 - 33s Like you can see, something take longer at the end of the start. This must be the problem. (I hope the screenshot will not be deleted from messa

[pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread mammoth.power
When I have somewhere in text value single backslash char, then everything behind this char will not be highlighted correct. Simple example 1: SELECT '\'; Simple example 2: -- Test 1 SELECT a || '\' || b UNION ALL -- Test 2 SELECT c || '\' || d; Screenshots of sy

[pgadmin-support] Query Editor: Size of last column can't be increased

2017-05-22 Thread mammoth.power
Some sql statements returns enough columns, that they fill the visual width of "Data Output" grid. At the moment the only way to change column width is: D&D it at the end of column (separator). When I try to increase the width of the last column, then it don't work, because I need to move m

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread Melvin Davidson
>When I have somewhere in text value single backslash char, then everything >behind this char will not be highlighted correct. That is because the Backslash is an ESCAPE character, so you must ESCAPE it and use two backslashes if you want it to be interpretedas a literal. Also, do not forget to e

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread mammoth.power
Thanks for the info, I will correct my statements. I have reported it, because syntax highlighting in pgAdmin 3 was able to show it even with single backslash and PostgreSQL returns it visually correct. Result: solved Von: Melvin Davidson [mailto:melvin6...@yahoo.com] Gesendet: Mon

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread David G. Johnston
On Monday, May 22, 2017, Melvin Davidson wrote: > *>When I have somewhere in text value single backslash char, then > everything behind this char will not be highlighted correct.* > > * > * > *That is becau

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread Melvin Davidson
>Unless you omit the E prefix on the string literal, which the OP did. Nope! That results in 'a//b' but the op wants 'a/b'; Hence the need to Escape. Melvin Davidson 🎸     Cell 720-320-0155 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you.

Re: [pgadmin-support] Popup message always that PgAdmin 3 starts

2017-05-22 Thread Dave Page
You'd only see that with a debug build. You should rebuild in release mode. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 22 May 2017, at 14:40, Carlos Eucario wrote: > > ASSERT INFO: > ../in

Re: [pgadmin-support] SQL syntax highlightning don't work for single backslash '\'

2017-05-22 Thread David G. Johnston
On Monday, May 22, 2017, Melvin Davidson wrote: > *>Unless you omit the E prefix on the string literal, which the OP did.* > > > *Nope! That results in 'a//b' but the op wants 'a/b';* > *Hence the need to Escape.* > PgAdmin is buggy if it doesn't know that there is no output difference between E

Re: [pgadmin-support] Start of pgAdmin 1.5 takes longer then in 1.4

2017-05-22 Thread Dave Page
Hi On Monday, May 22, 2017, wrote: > The new 1.5 version feels slower than the previous 1.4 version. > > > > The durations of second start (with system cache): > > > > V1.4 - 21s > > V1.5 - 33s > > > > > > Like you can see, something take longer at the end of the start. This must > be the proble

Re: [pgadmin-support] Start of pgAdmin 1.5 takes longer then in 1.4

2017-05-22 Thread mammoth.power
In the log file (temporarily activated) I don’t see any specific problem. It looks like a generally problem. But ok, I only analyzed the timestamps. Today (when I done with sleeping) I will try something else. … 2017-05-23 00:31:46,654: DEBUG pgadmin: Running under the de