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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Prevent duplicate members' names in a composite typ
Date: 2011-07-18 21:24:57
Message-ID: E1QivJB-0008RV-5w@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)linux(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-07-18 21:25:01 Re: [pgAdmin III] #329: Duplicate column names allowed
Previous Message Thom Brown 2011-07-18 21:15:19 Re: Prevent duplicate attributes