[pgAdmin4][RM4063] Various resize handles are still too small

2019-03-24 Thread Aditya Toshniwal
Hi Hackers, With the pull request https://github.com/EnterpriseDB/wcDocker/pull/6 merged, we can now increase the grab handles of properties dialogs (docker floating panels) to make if resize easier. Attached patch is the changes required in pgAdmin. Do not forget to yarn install. Kindly review.

pgAdmin 4 commit: Fixed typo in logging.raiseException, it is 'raiseExc

2019-03-24 Thread Akshay Joshi
Fixed typo in logging.raiseException, it is 'raiseExceptions'. Fixes #3933 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4ea1a56bc5c8d181a8380a84015b7f613684100 Modified Files -- web/pgadmin/__init__.py | 2 +- 1 file changed, 1

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-24 Thread Khushboo Vashi
On Thu, Mar 21, 2019 at 3:22 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote: > >> Hi >> >> On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the att