Hi
Please find the patch
*Issue:*
We got the following error in console log
*"number.toFixed is not function"*
*Steps to reproduce:*
1) Click on statistics tab.
1) Select any database node.
2) then select Databases collection node.
3) The above error will appear into console.
*Reason:*
I discuss
Use PUBLIC (in caps) whenever used as a keyword. Fixes #1138
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b78b3904cd7e5a8edf27390dab81290c457c
Modified Files
--
.../templates/foreign_servers/sql/9.1_plus/acl.sql | 2 +-
.
Hi,
PFA minor patches to fix two issues mentioned in RM#1235 & RM#1234.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py b/web/pgadmin/browser/serv
Hi,
PFA updated patch for issues 1220 and 1221
--
*Harshal Dhumal*
*Software Engineer*
EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Tue, Jun 21, 2016 at 4:41 PM, Dave Page wrote:
> Hi
>
> On Tue, Jun 21, 2016 at 11:38 AM, Harshal Dhumal
> wrote:
> > H
Hi Dave,
I checked the code it's already implemented, pgAdmin4.py will upgrade
schema automatically on subsequent run.
Thanks,
Murtuza
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Wed, Jun 22, 2016 at 2:10 PM, Murtuza Zabuawala <
m
Sure.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Wed, Jun 22, 2016 at 1:35 PM, Dave Page wrote:
> On Wed, Jun 22, 2016 at 7:14 AM, Murtuza Zabuawala
> wrote:
> > Hi,
> >
> > PFA patch to fix the issue in server port check constr
Hi
PFA patch to fix the issue mentioned in RM#1382.
To fix the issue we will not display drop option on maintenance db.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/browser/server_groups/servers/databases/__init
On Wed, Jun 22, 2016 at 7:14 AM, Murtuza Zabuawala
wrote:
> Hi,
>
> PFA patch to fix the issue in server port check constraint validation which
> was not allowing user to save port 65535. (RM#1388)
>
> We have changed in server table definition hence user has to run "setup.py"
> again to fix the i