Re: Implement geospatial data viewer in pgAdmin4 for PostGIS

2018-07-25 Thread Xuri Gong
Hi Anthony and Dave, Thank you for your suggestions and I have implemented this visualiser:). I add button in the cell and when it's clicked the geometry is shown in a map. Here is the screenshots of it: https://photos.app.goo.gl/fQVBRcmZJ3YcPLcL8 Attached is the patch for this geometry viewer. P

Re: [pgAdmin4][Patch]: #3412 - Add support for PRIMARY KEY, FOREIGN KEY, indexes, and triggers on partitioned tables for PG 11

2018-07-25 Thread Akshay Joshi
Hi Khushboo Following are my initial review comments: - Fix PEP-8 warnings. - We should hide "Modulus" and "Remainder" columns for PG/EPAS 10 as Hash partition is not supported in that. - Primary key switch control on "columns" tab should be enabled for partitioned table created on

pgAdmin 4 commit: Fixed dashboard reloading even if subnodes under a da

2018-07-25 Thread Dave Page
Fixed dashboard reloading even if subnodes under a dashboard or server selected. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be3f9570e322dd8b4fc63f2df40e29194bda29d7 Author: Aditya Toshniwal Modified Files -- web/pgadmin/dashb

Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters

2018-07-25 Thread Aditya Toshniwal
Hi Hackers, Attached is the updated patch with few more fixes of existing dashboard. Fixed dashboard reloading even if subnodes under a dashboard or server selected. On Tue, Jul 24, 2018 at 9:01 PM, Dave Page wrote: > Thanks, applied. > > On Tue, Jul 24, 2018 at 2:11 PM, Aditya Toshniwal enter

pgAdmin 4 commit: As per Aditya - we need the server version for the ce

2018-07-25 Thread Ashesh Vashi
As per Aditya - we need the server version for the certain operations, which was removed during previous commit. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53b50435202f470da15f2bee945e0c83d2179118 Modified Files -- web/pgadmin