pgAdmin III commit: Force typing the constraint name or the index name

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Force typing the constraint name or the index name
Дата
Msg-id 201011231120.oANBKtwf051271@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Force typing the constraint name or the index name

Before this patch, the index name stays "fki_" without a constraint name. If
someone tries to create two foreign keys without typing a constraint name or
an index name, the second one will fail. So, we force typing either of them.

Report from Aren Cambre.

Fixes #289.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0306e70a4cfd5d7c28d3084ecfa925ed2ababce4

Modified Files
--------------
CHANGELOG                     |    2 ++
pgadmin/dlg/dlgForeignKey.cpp |    3 +++
2 files changed, 5 insertions(+), 0 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix an issue with naming objects for backup
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Force typing the constraint name or the index name