Re: pgAdmin4 v4.11 candidate builds

2019-07-23 Thread Akshay Joshi
Hi Devrim On Wed, Jul 24, 2019 at 3:24 AM Devrim Gündüz wrote: > On Tue, 2019-07-23 at 11:01 +0530, Akshay Joshi wrote: > > Hi All, > > > > pgAdmin4 v4.11 candidate builds and source can be found at > > https://developer.pgadmin.org/builds/2019-07-23-1/ > > Just hit an issue on RHEL 7 (Python 2.

Re: pgAdmin4 v4.11 candidate builds

2019-07-23 Thread Devrim Gündüz
On Tue, 2019-07-23 at 11:01 +0530, Akshay Joshi wrote: > Hi All, > > pgAdmin4 v4.11 candidate builds and source can be found at > https://developer.pgadmin.org/builds/2019-07-23-1/ Just hit an issue on RHEL 7 (Python 2.7.5) : + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling

Re: pgAdmin4 v4.11 candidate builds

2019-07-23 Thread Devrim Gündüz
Hi Ashesh, On Tue, 2019-07-23 at 21:58 +0530, Ashesh Vashi wrote: > Because - pgAdmin4 has its own documentation theme. :-) Thanks, but this does not answer my question. This theme (like the previous "classic" theme) breaks RHEL 7 builds: Running Sphinx v1.1.3 loading pickled environment... no

[pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11

2019-07-23 Thread Ganesh Jaybhay
Hi Hackers, Attached is the minor css fix to highlight checkbox on focus in IE11. Kindly review. Regards, Ganesh Jaybhay RM4490.patch Description: Binary data

Re: pgAdmin4 v4.11 candidate builds

2019-07-23 Thread Ashesh Vashi
On Tue, Jul 23, 2019 at 7:18 PM Devrim Gündüz wrote: > > Hi Akshay, > > On Tue, 2019-07-23 at 11:01 +0530, Akshay Joshi wrote: > > pgAdmin4 v4.11 candidate builds and source can be found at > > https://developer.pgadmin.org/builds/2019-07-23-1/ > > Where can I get some info about html_theme param

Re: pgAdmin4 v4.11 candidate builds

2019-07-23 Thread Devrim Gündüz
Hi Akshay, On Tue, 2019-07-23 at 11:01 +0530, Akshay Joshi wrote: > pgAdmin4 v4.11 candidate builds and source can be found at > https://developer.pgadmin.org/builds/2019-07-23-1/ Where can I get some info about html_theme parameter change? I used to change it from classic to default in the RPMs

Re: Bug in Database Nodes in the Tree

2019-07-23 Thread Yosry Muhammad
Thanks for making things clear. On Tue, Jul 23, 2019, 10:01 AM Dave Page wrote: > > > On Tue, Jul 23, 2019 at 4:15 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Tue, Jul 23, 2019 at 2:17 AM Yosry Muhammad >> wrote: >> >>> Hi, >>> >>> I tried just removing the lines

Fix projection of pg_type for Greenplum query

2019-07-23 Thread Daniel Gustafsson
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 makes the query work on 5X_STABLE for me. cheers ./daniel from_pg_type.patch Description

Re: Bug in Database Nodes in the Tree

2019-07-23 Thread Dave Page
On Tue, Jul 23, 2019 at 4:15 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Tue, Jul 23, 2019 at 2:17 AM Yosry Muhammad wrote: > >> Hi, >> >> I tried just removing the lines responsible for connecting to the >> database on selecting a database node and it seem to work fine.