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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Prevent duplicate members' names in a composite typ
Дата
Msg-id E1QivJB-0008RV-5w@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Prevent duplicate attributes
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #329: Duplicate column names allowed