Re: [pgadmin-support] wxWidgets Debug Alert assert "sizeNew == -1"

2014-01-15 Thread bithead
Since John hasn't responded, I will. MacPorts base version 2.2.1 installed port selfupdate from today (2014-01-15) Steps to reproduce on OSX 10.8.5: sudo port install pgadmin3 +postgresql93 open pgadmin drill down to any table in any existing database in the tree view. click on a table click o

[pgadmin-support] pgtune

2014-01-15 Thread Steve Erickson
Has anybody used pgtune? How reliable are the results? Are they a good baseline to work from? Thanks.

[pgadmin-support] CTE error for F6 (execute pgScript), F5 (execute query) is OK

2014-01-15 Thread Sam Mesh
In my pgAdmin, F5 (execute query) works but F6 (execute pgScript) doesn't work: with T as (select * from TECHNICAL_DESCRIPTOR)select * from T; [ERROR] 1.0: syntax error, unexpected character