Обсуждение: pgAdmin III commit: Force typing the constraint name or the index name

Поиск
Список
Период
Сортировка

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

От
Guillaume Lelarge
Дата:
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(-)