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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix adding a comment to a new column
Date: 2011-06-07 19:32:14
Message-ID: 201106071932.p57JWENI068502@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-06-07 19:40:22 Re: Discussion - Search Objects
Previous Message Jasmin Dizdarevic 2011-06-07 17:30:42 Re: Discussion - Search Objects