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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix inherited columns for multi-inherited table
Date: 2011-07-16 14:04:58
Message-ID: E1Qi5UI-0002jL-Q9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL-1_14_0_PATCHES

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-07-16 14:05:23 Re: [pgAdmin III] #279: Comments on column from multi-inheriting tables are buggy
Previous Message Guillaume Lelarge 2011-07-16 14:04:25 pgAdmin III commit: Fix inherited columns for multi-inherited table