Thread: pgAdmin III commit: Prevent duplicate members' names in a composite typ

pgAdmin III commit: Prevent duplicate members' names in a composite typ

From
Guillaume Lelarge
Date:
Prevent duplicate members' names in a composite type

When adding columns in the column dialogue window, it allows you to add a
column with the same name as an existing one, which will result in SQL which
will fail to run.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=954dae4983194e582e028549f7627153c4b20774
Author: Thom Brown <thom@linux.com>

Modified Files
--------------
pgadmin/dlg/dlgType.cpp |   13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)