pgAdmin III commit: Prevent duplicate members' names in a composite typ - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Prevent duplicate members' names in a composite typ
Date
Msg-id E1QivJB-0008RV-5w@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Prevent duplicate attributes
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #329: Duplicate column names allowed