pgAdmin III commit: Fix the comment on inherited column

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the comment on inherited column
Date: 2010-11-11 23:17:55
Message-ID: 201011112317.oABNHtZr016952@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the comment on inherited column

The comment was wrong because it gets the child table name, and not the parent
table name. The patch fixes this.

Unfortunately, this patch still doesn't fix comments for multi-inherited table.

Fixes #277.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgTable.cpp | 2 +-
pgadmin/schema/pgColumn.cpp | 5 +++--
3 files changed, 5 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-11-11 23:20:04 Re: [pgAdmin III] #277: Little mistake in comment in inheriting table
Previous Message Dave Page 2010-11-11 21:47:22 Re: 4 spaces versus tabs