Observed an issue while creating new table

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема Observed an issue while creating new table
Дата
Msg-id D50F2C15-8FED-41FA-8AE0-4D82422C1950@enterprisedb.com
обсуждение исходный текст
Ответы Re: Observed an issue while creating new table  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список pgadmin-hackers
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


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Max Retronaut
Дата:
Сообщение: Re: Debian Testing and PLPG-Debugger error. My fault or something else?
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: Observed an issue while creating new table