Re: Error about inherited table of column in pgadmin1.20.0

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>, JasmineLiu <liuyuanyuangogo(at)gmail(dot)com>
Subject: Re: Error about inherited table of column in pgadmin1.20.0
Date: 2015-10-15 08:21:58
Message-ID: CAG7mmoz6oxmEdvMgMD4wKcZDUaWByzfz2smFybr6UAyT=f4bmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

On Thu, Oct 15, 2015 at 11:15 AM, JasmineLiu <liuyuanyuangogo(at)gmail(dot)com>
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 following sql in pgadmin 1.20.0 by query tool:
> create schema test;
> create table test.a1(id int);
> create table test.a2(id int, name varchar);
> create table test.a3(age int);
> create table test.aa() inherits(test.a1,test.a2,test.a3);
>
>
> Then in main view of pgadmin 1.20.0:
> It shows the column age is inherited from table test.a2, this is not right.
> <http://postgresql.nabble.com/file/n5870044/1.jpg>
> <http://postgresql.nabble.com/file/n5870044/2.jpg>
>
Looks like a bug to me.

Akshay,

Can you please take a look at it?

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

>
> I also check the code of pgadmin 1.20.0, I think the method to specify the
> inherited table of columns is not correct,especially when the inherited
> tables have same column.
>
> Thanks and hope to hear from you soon!
>
> Best wishes!
> Liu Yuanyuan
>
>
>
>
> --
> View this message in context:
> http://postgresql.nabble.com/Error-about-inherited-table-of-column-in-pgadmin1-20-0-tp5870044.html
> Sent from the PostgreSQL - pgadmin support mailing list archive at
> Nabble.com.
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2015-10-16 12:10:38 Re: Error about inherited table of column in pgadmin1.20.0
Previous Message JasmineLiu 2015-10-15 05:45:19 Error about inherited table of column in pgadmin1.20.0

Browse pgadmin-support by date

  From Date Subject
Next Message Akshay Joshi 2015-10-16 12:10:38 Re: Error about inherited table of column in pgadmin1.20.0
Previous Message JasmineLiu 2015-10-15 05:45:19 Error about inherited table of column in pgadmin1.20.0