Re: pgAdmin 4 v4.11 released

2019-07-25 Thread Anthony DeBarros
Hi, FYI, the download URL for the macOS v4.11 is broken. On Thu, Jul 25, 2019 at 9:06 AM Akshay Joshi wrote: > The pgAdmin Development Team are pleased to announce pgAdmin 4 version > 4.11. > This release of pgAdmin 4 includes over 34 bug fixes and new features. > For more details please see th

Re: pgAdmin 4 v4.11 released

2019-07-25 Thread Dave Page
My bad; should be OK now (you might need to refresh). On Thu, Jul 25, 2019 at 2:09 PM Anthony DeBarros wrote: > Hi, > > FYI, the download URL for the macOS v4.11 is broken. > > On Thu, Jul 25, 2019 at 9:06 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> The pgAdmin Development Tea

Re: pgAdmin 4 v4.11 released

2019-07-25 Thread Anthony DeBarros
Many thanks! On Thu, Jul 25, 2019 at 9:13 AM Dave Page wrote: > My bad; should be OK now (you might need to refresh). > > On Thu, Jul 25, 2019 at 2:09 PM Anthony DeBarros > wrote: > >> Hi, >> >> FYI, the download URL for the macOS v4.11 is broken. >> >> On Thu, Jul 25, 2019 at 9:06 AM Akshay Jo

pgAdmin 4 commit: Add support for planner support functions in PostgreS

2019-07-25 Thread Dave Page
Add support for planner support functions in PostgreSQL 12+ functions. Fixes #4333 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=adb5cd34bfd87e8b3665ef377f16cd22e0953d9a Author: Khushboo Vashi Modified Files -- docs/en_US/funct

Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity.

2019-07-25 Thread Dave Page
Thanks, applied! On Tue, Jul 23, 2019 at 6:35 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached updated patch. > > On Mon, Jul 22, 2019 at 2:07 PM Dave Page wrote: > >> Hi >> >> In the Trigger and Type dialogues when selecting a function we give

pgAdmin 4 commit: Fix generation of reverse engineered SQL for tables w

2019-07-25 Thread Dave Page
Fix generation of reverse engineered SQL for tables with Greenplum 5.x. Fixes #4179 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b322d94e8a0efb0bd4123c392233473679d37a6 Author: Daniel Gustafsson Modified Files -- docs/en_US/r

Re: Fix projection of pg_type for Greenplum query

2019-07-25 Thread Dave Page
Thanks, patch applied. On Tue, Jul 23, 2019 at 9:13 AM Daniel Gustafsson wrote: > The bug in https://redmine.postgresql.org/issues/4179 seems to be due to > pg_type being projected from but not selected, the attached patch adds a > FROM > clause entry and also adds projection of typname. This m

Re: [pgAdmin4][Patch]: Fix for Feature #4334, RM #4496 and #4497

2019-07-25 Thread Dave Page
Thanks, patch applied. On Wed, Jul 24, 2019 at 12:58 PM Akshay Joshi wrote: > Hi Hackers, > > Attached is the updated patch with Documentation for Identity/Generated > columns and updated screenshots. > Please ignore the previous patch. > > On Wed, Jul 24, 2019 at 12:39 PM Akshay Joshi < > aksha

pgAdmin 4 commit: Add support for generated columns in Postgres 12+. Fi

2019-07-25 Thread Dave Page
Add support for generated columns in Postgres 12+. Fixes #4334 Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled. Fixes #4496 Ensure purely numeric comments can be saved on new columns. Fixed #4497 Branch -- master Details --- https://git.postgresq

Re: Query Auto Completion

2019-07-25 Thread Dave Page
Hi On Thu, Jul 25, 2019 at 12:23 PM Avin Kavish wrote: > Hi Hackers, > > One major improvement I can think of for pgAdmin is query auto completion. > In the Jetbrains IDEs, the database console does smart completion using > relation and column names and even completes the join based on reference

Pgadmin4 off - line installation

2019-07-25 Thread
dear: I would like to ask how to deploy pgadmin4 to bare metal isolated from the Internet. Now move the pgadmin4 on the Internet to the bare metal off-grid using the following steps (pgadmin) [root@localhost pgadmin4]# pip3 freeze >requirements.txt (pgadmin) [root@localhost pgadmin4]# pip3 d

[pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11)

2019-07-25 Thread Ganesh Jaybhay
Hi Hackers, Attached is the minor fix to highlight adjacent switch cell on focus in IE11. Currently nn create table columns tab, on navigating from Not Null? to Primary key? column, switch cell for primary key doesn't get highlighted. Kindly review. Regards, Ganesh Jaybhay adjacent_switch_foc

Re: [pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11)

2019-07-25 Thread Dave Page
Hi, What's the RM number for this please? On Thu, Jul 25, 2019 at 4:49 PM Ganesh Jaybhay < ganesh.jayb...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the minor fix to highlight adjacent switch cell on focus in > IE11. > > Currently nn create table columns tab, on navigating from Not N

Re: [pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11)

2019-07-25 Thread Akshay Joshi
Hi Dave Yesterday I have committed this patch, as email was held for moderation. Ganesh has send the patch to me directly. On Thu, 25 Jul, 2019, 21:25 Dave Page, wrote: > Hi, > > What's the RM number for this please? > > On Thu, Jul 25, 2019 at 4:49 PM Ganesh Jaybhay < > ganesh.jayb...@enterpr

<    1   2   3