[pgadmin-support] server status window has no data

2016-01-29 Thread StanC
Very new user. Problem: Server Status has no data in Activity, Locks, Prepared Transactions windows. 100% repeatable though restarts, etc. Ubuntu 15.10 PostgreSQL 9.4 and 9.5 pgadminIII 1.20 and 1.22 logfile window does work, per proper log set up in postgresql.conf SQL Editor query: SELECT * F

[pgadmin-support] [patch] spelling error s/ressource/resource

2016-01-29 Thread Denis Briand
Hello, Here is a patch to fix a spelling error on pgadmin3 1.22.0 regards Denis Briand --- a/i18n/af_ZA/pgadmin3.po +++ b/i18n/af_ZA/pgadmin3.po @@ -18171,7 +18171,7 @@ msgstr "Voorregte vir %s" #: pgadmin/schema/gpResQueue.cpp:266 #, fuzzy -msgid "Privileges for ressource queues" +msgid "Priv

[pgadmin-support] Patches for creating Casts and Conversions

2016-01-29 Thread Dmitry Voronin
Hello, pgAdmin team! I'm use pgadmin3 1.22.0. So, I have 2 patches, that allows you to create Casts and Conversion. 1. Casts. - I create function integer_to_text(INTEGER value) that returns TEXT value; - I click on casts icon in pgadmin tree; - Next, I specify IN type (integer) and OUT type