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
Has anybody used pgtune? How reliable are the results? Are they a good
baseline to work from?
Thanks.
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