Re: [pgadmin-support] Error about inherited table of column in pgadmin1.20.0

2015-10-23 Thread Ashesh Vashi
On Fri, Oct 23, 2015 at 2:59 PM, Akshay Joshi wrote: > Hi Ashesh > > On Fri, Oct 23, 2015 at 1:27 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> On Fri, Oct 16, 2015 at 5:40 PM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Ashesh >>> >> Hi Akshay, >> >> I've

Re: [pgadmin-support] Error about inherited table of column in pgadmin1.20.0

2015-10-23 Thread Akshay Joshi
Hi Ashesh On Fri, Oct 23, 2015 at 1:27 PM, Ashesh Vashi wrote: > On Fri, Oct 16, 2015 at 5:40 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Ashesh >> > Hi Akshay, > > I've modified the patch a little bit for betterment. > Can you please review and test it? > Patch looks

Re: [pgadmin-support] Error about inherited table of column in pgadmin1.20.0

2015-10-23 Thread Ashesh Vashi
On Fri, Oct 16, 2015 at 5:40 PM, Akshay Joshi wrote: > Hi Ashesh > Hi Akshay, I've modified the patch a little bit for betterment. Can you please review and test it? -- Thanks & Regards, Ashesh Vashi > > > On Thu, Oct 15, 2015 at 1:51 PM, Ashesh Vashi .com> wrote: > >> On Thu, Oct 15, 2015 at

Re: [pgadmin-support] Error about inherited table of column in pgadmin1.20.0

2015-10-16 Thread Akshay Joshi
Hi Ashesh On Thu, Oct 15, 2015 at 1:51 PM, Ashesh Vashi wrote: > On Thu, Oct 15, 2015 at 11:15 AM, JasmineLiu > wrote: > >> Hi, all ! >> >> This is Liu Yuanyuan. >> I find the inherited table of column shown in pgadmin 1.20.0, sometimes >> isn’t right. That should be a bug. >> Hope someone to d

Re: [pgadmin-support] Error about inherited table of column in pgadmin1.20.0

2015-10-15 Thread Ashesh Vashi
On Thu, Oct 15, 2015 at 11:15 AM, JasmineLiu wrote: > Hi, all ! > > This is Liu Yuanyuan. > I find the inherited table of column shown in pgadmin 1.20.0, sometimes > isn’t right. That should be a bug. > Hope someone to do something about this problem! > Here is my example: > > First I execute the

[pgadmin-support] Error about inherited table of column in pgadmin1.20.0

2015-10-15 Thread JasmineLiu
Hi, all ! This is Liu Yuanyuan. I find the inherited table of column shown in pgadmin 1.20.0, sometimes isn’t right. That should be a bug. Hope someone to do something about this problem! Here is my example: First I execute the following sql in pgadmin 1.20.0 by query tool: create schema test; cr