[pgadmin-hackers] [PlumAdmin] Desktop vs web app

2017-01-19 Thread Shirley Wang
Hello, I am a product designer at Pivotal researching how people use pgAdmin with Greenplum. The team and I know there's a web app and desktop version of pgAdmin people can use. Are there different intended use cases for each? Thanks! Shirley

Re: [pgadmin-hackers] pgadmin4.1.1 ERROR,22021,"invalid byte sequence for encoding ""UTF8""

2017-01-19 Thread Bhanu Gandikota
Server_encoding: UTF8 Client_encoding: UNICODE Encoding: UTF8 Collation: en_US.UTF-8 Character type: en_US.UTF-8 From: Murtuza Zabuawala Date: Thursday, January 19, 2017 at 12:27 AM To: Bhanu Gandikota Cc: "pgadmin-hackers@postgresql.org" Subject: Re: [pgadmin-hackers] pgadmin4.1.1 ERROR,22021

Re: [pgadmin-hackers] PATCH: To fix the issue in Database node (pgAdmin4)

2017-01-19 Thread George Gelashvili
Hi Dave and Murtuza, FYI - on our machines, running the DatabasesUpdateTestCase fails with an error after e431eb9d8ecc28572b39d26c9effcf66f70f6ae1: Traceback (most recent call last): File "/Users/pivotal/workspace/pgadmin4/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_put.py

Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)

2017-01-19 Thread George Gelashvili
Here is an updated patch which starts the server up when the test starts and uses the values from config.py for server name etc. It still requires installing chromedriver before running. Should we add something to the readme about that? On Tue, Jan 17, 2017 at 11:09 AM, Atira Odhner wrote: > Tha

[pgadmin-hackers][Patch] Python 3 compatibility

2017-01-19 Thread George Gelashvili
Hello We stumbled on the following error when running tests off of master: Traceback (most recent call last): File "web/regression/runtests.py", line 254, in servers_info = test_utils.get_config_data() File "/Users/pivotal/workspace/pgadmin4/web/regression/test_utils.py", line 72, in get

Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)

2017-01-19 Thread George Gelashvili
Here's an updated patch which polls to wait for the app to start instead of sleeping for 10 seconds. On Thu, Jan 19, 2017 at 5:07 PM, George Gelashvili wrote: > > Here is an updated patch which starts the server up when the test starts > and uses the values from config.py for server name etc. It

Re: [pgadmin-hackers] PATCH: To fix the issue in Database node (pgAdmin4)

2017-01-19 Thread Murtuza Zabuawala
Let me check -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Jan 20, 2017 at 2:16 AM, George Gelashvili wrote: > Hi Dave and Murtuza, > > FYI - on our machines, running the DatabasesUpdateTestCase fails with an > error after e431

Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]

2017-01-19 Thread Harshal Dhumal
Hi, Pls find updated patch (V7) for direct file navigation with below bug fixes. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Jan 16, 2017 at 8:42 PM, Dave Page wrote: > Hi > > On Sat, Jan 14, 2017 at 2:27 P

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2017-01-19 Thread Surinder Kumar
Hi Dave, The last patch was for exclusion constraint only. The same issue issue is reported RM2061 for index. So, this patch takes care of both issues. Added a flag '*is_sort_nulls_applicable*' which is set to true for access method 'btree'. If its is