pgAdmin III commit: Fix adding a comment to a new column

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix adding a comment to a new column
Дата
Msg-id 201106071932.p57JWENI068502@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix adding a comment to a new column

This patch fixes a bug that occurs when a user opens table properties, selects
Columns tab, and then clicks on "Add" to set column's properties (at least,
name, type, and comment). The comment was ignored.

Report from Aleksey Chirkin.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgTable.cpp |   24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)


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

Предыдущее
От: Jasmin Dizdarevic
Дата:
Сообщение: Re: Discussion - Search Objects
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Discussion - Search Objects