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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Force typing the constraint name or the index name
Date: 2010-11-23 11:20:55
Message-ID: 201011231120.oANBKtwf051271@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-11-23 11:21:12 pgAdmin III commit: Force typing the constraint name or the index name
Previous Message Guillaume Lelarge 2010-11-23 11:18:10 pgAdmin III commit: Fix an issue with naming objects for backup