pgAdmin III commit: Fix inherited columns for multi-inherited table

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix inherited columns for multi-inherited table
Дата
Msg-id E1Qi5Tl-0002iR-MG@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix inherited columns for multi-inherited table

Tables with multi inheritance would get lots more columns than they really
have (number of columns times number of inherited tables). This patch fixes
this behaviour, making sure we have only one time a column.

Fixes #279.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=52c10d5bcbd2998202d45b2cb1be2bbfaf259fdd

Modified Files
--------------
pgadmin/schema/pgColumn.cpp |   43 ++++++++++++++++++++++++++++++++++---------
1 files changed, 34 insertions(+), 9 deletions(-)


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

Предыдущее
От: Vladimir Kokovic
Дата:
Сообщение: Copy/Paste table(s) functions - git context patch
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix inherited columns for multi-inherited table