Re: Observed an issue while creating new table

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Observed an issue while creating new table
Date: 2016-02-18 09:34:07
Message-ID: CAG7mmoz0w2Gc6EsMi7zjHidywBnx4bXFxyMMr_tWfMDo_zneng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Feb 18, 2016 at 2:47 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> +++
>
> Hi,
>
> I am using pgAdmin3 (v. 1.20)
>
As discussed (personally), we resolved that problem with latest version
(version: 1.22).

--

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>

>
>
> Regards,
> Murtuza
>
> On 18-Feb-2016, at 1:38 pm, Murtuza Zabuawala <
> murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>
> Hi,
>
> I have observed an issue while creating new table with pgAdmin3 which I
> suspect is wrong,
>
> *Steps to reproduce:*
>
> Step-1) Open new table dialog
> - Enter Name: test
> - Click on Inheritance tab
> provide 2 table to inherit from
> test1 [has columns: a,b]
> test2 [has columns: x,y,z]
>
> Click on Ok to create table.
>
> Step-2) Now expand newly created table and click on columns and also
> expand it
> Now click on each columns e.g.(a,b,x,y,z)
>
> and check properties window for Inherited property, there you will see
> that each column will display as Inherited: Yes (from table test1)
>
> e.g.
> a ==> Inherited: Yes (from table test1)
> b ==> Inherited: Yes (from table test1)
> x ==> Inherited: Yes (from table test1)
> y ==> Inherited: Yes (from table test1)
> z ==> Inherited: Yes (from table test1)
>
> *Expected behaviour*
>
> a ==> Inherited: Yes (from table test1)
> b ==> Inherited: Yes (from table test1)
> x ==> Inherited: Yes (from table *test2*)
> y ==> Inherited: Yes (from table *test2*)
> z ==> Inherited: Yes (from table *test2*)
>
>
>
> PFA screenshot for your reference.
>
>
> Regards,
> Murtuza
>
>
> <Screenshot at 2016-02-18 13:01:00.png><Screenshot at 2016-02-18
> 13:02:36.png>
>
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-02-18 11:01:05 Re: Debian Testing and PLPG-Debugger error. My fault or something else?
Previous Message Murtuza Zabuawala 2016-02-18 09:17:13 Re: Observed an issue while creating new table