Re: [pgadmin-hackers] [PATCH] Enhancement in sql-field control [pgAdmin4]

2016-03-20 Thread Dave Page
On Fri, Mar 18, 2016 at 2:36 PM, Surinder Kumar wrote: > Hi, > > I have updated the backform control for sql-field. > > Following are the enhancements: > 1. Added border to control which was missing earlier. > 2. Allows user to provide height to sql-field control by specifying > extraClasses field

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Foreign Data Wrapper

2016-03-20 Thread Dave Page
Hi Almost there :-) - The text felds on the Options grid resize when they're in Edit mode. See the recent patch by Arun to prevent this in other nodes. - If I remove an option from the grid, then re-add it, the SQL generated is backwards: ALTER SERVER redis_server1 RENAME TO redis_server;

[pgadmin-hackers] pgAdmin 4 commit: Disable the menu to create database and tablespace, i

2016-03-20 Thread Ashesh Vashi
Disable the menu to create database and tablespace, if: * Database server is not connected. * Do not have adequate permission to create. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=611c9c4ae7f64cf39717c4031776853923fd2dbb Modified Files ---

[pgadmin-hackers] pgAdmin 4 commit: Properly name the dbo and sys catalogs in PPAS.

2016-03-20 Thread Dave Page
Properly name the dbo and sys catalogs in PPAS. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3432481f9aaf55a13e4a7e15283c1674a61dd208 Author: Murtuza Zabuawala Modified Files -- .../databases/schemas/templates/catalog/ppas/macro

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Backgrid Textarea Cell

2016-03-20 Thread Dave Page
Thanks, applied. On Wed, Mar 16, 2016 at 12:42 PM, Khushboo Vashi wrote: > Hi, > > Introduced Backgrid Textarea cell. > > Please find attachment for the same. > > Thanks, > Khushboo > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscri

Re: [pgadmin-hackers] [PATCH] Enhancement in sql-field control [pgAdmin4]

2016-03-20 Thread Surinder Kumar
Hi, Please find updated patch. On Fri, Mar 18, 2016 at 9:18 PM, Dave Page wrote: > On Fri, Mar 18, 2016 at 2:36 PM, Surinder Kumar > wrote: > > Hi, > > > > I have updated the backform control for sql-field. > > > > Following are the enhancements: > > 1. Added border to control which was missin

Re: [pgadmin-hackers] Control for selecting multiple columns [pgadmin4]

2016-03-20 Thread Harshal Dhumal
Hi, Here is updated patch -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Fri, Mar 18, 2016 at 9:37 PM, Dave Page wrote: > > > On Fri, Mar 18, 2016 at 11:41 AM, Harshal Dhumal < > harshal.dhu...@enterprisedb.com> wrote: > >> Hi Dave, >> >> The error