pgAdmin III commit: Fix the comment on inherited column - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the comment on inherited column
Date
Msg-id 201011112317.oABNHtZr016952@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: 4 spaces versus tabs
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #277: Little mistake in comment in inheriting table