Re: Issue with PgAdmin

2020-01-06 Thread Aditya Toshniwal
Hi Vivek, That's strange. It should not take that amount of time. Can you try disabling firewall once ? I suspect the port used by pgAdmin is blocked by firewall. On Tue, Jan 7, 2020 at 12:51 PM Vivek Parmar wrote: > Hi Aditya, > > It is still not working. I tried with 3000 value too. Here are

Re: Issue with PgAdmin

2020-01-06 Thread Aditya Toshniwal
[please do not remove pgadmin-hackers from cc] Hi Vivek, Seems like pgAdmin is timing out on your system. It is taking longer than 90 secs for server to start. It generally happens on windows systems where sqlite3 (which is used by pgAdmin config) takes a lot of time to initialize. Try the follow

Re: Issue with PgAdmin

2020-01-06 Thread Aditya Toshniwal
Hi Vivek, Kindly also share - C:/Users/vivek/.pgAdmin4.4018626542.log On Mon, Jan 6, 2020 at 9:01 PM Vivek Parmar wrote: > Hi Aditya, > > Here it is: > > 06.01.2020 16:47:22 Checking for system tray... >> 06.01.2020 16:47:22 Starting pgAdmin4 server... >> 06.01.2020 16:47:22 Creating server obj

pgAdmin4 v4.17 candidate builds

2020-01-06 Thread Akshay Joshi
Hi All, pgAdmin4 v4.17 candidate builds and source can be found at https://developer.pgadmin.org/builds/2020-01-06-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +9

pgAdmin 4 commit: Fixed linter error.

2020-01-06 Thread Akshay Joshi
Fixed linter error. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4080511d9d84a80b8a94dd2acfecb61412fd1f31 Modified Files -- .../server_groups/servers/databases/schemas/tables/static/js/table.js | 2 +- 1 file changed, 1 inserti

pgAdmin 4 commit: Ensure that the user should be able to select/modify

2020-01-06 Thread Akshay Joshi
Ensure that the user should be able to select/modify tablespace for the partitioned table on v12 and above. Fixes #4950. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82c2d5088527b870b98a09f31f2cc5694800f2f0 Modified Files -- do

pgAdmin 4 commit: Update version for release.

2020-01-06 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=195e9663dae3ee03771a4c8f9f30598cbcf7e25b Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

Re: [pgAdmin][RM4633] Bad view in partitioned tables

2020-01-06 Thread Akshay Joshi
On Mon, Jan 6, 2020 at 12:01 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Akshay, > > On Fri, Jan 3, 2020 at 4:58 PM Akshay Joshi > wrote: > >> Hi Hackers >> >> Attached is the patch to support the view part of the multilevel >> partitions. Users can perform all the operations

pgAdmin 4 commit: Added support to view multilevel partitioned tables.

2020-01-06 Thread Akshay Joshi
Added support to view multilevel partitioned tables. Fixes #4633. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2979424db5c8e43aff4ea77e48b80d9ff52894da Modified Files -- docs/en_US/release_notes_4_17.rst | 1 +