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

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

From
Guillaume Lelarge
Date:
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(-)