Re: [pgAdmin4][Patch] To fix the issue in Column module

2017-06-23 Thread Dave Page
Thanks, patch applied. On Fri, Jun 23, 2017 at 6:55 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue in Column module where clearing the length of a > character(or any other type as well) generates empty SQL. > RM#2155 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://

Re: [pgAdmin4][PATCH] To fix the issue in column module

2017-06-22 Thread Dave Page
Thanks, applied. On Thu, Jun 22, 2017 at 8:14 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where in column node we were not displaying > column's default value properly, for example if the default value is zero. > RM#1860 > > I have also fixed similar issue in foreign table m