pgAdmin III commit: Fix the comment on inherited column

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the comment on inherited column
Дата
Msg-id 201011112317.oABNHtt9016954@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_12_0_PATCHES

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

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


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: 4 spaces versus tabs
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #277: Little mistake in comment in inheriting table