pgAdmin III commit: Force typing the constraint name or the index name - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Force typing the constraint name or the index name
Date
Msg-id 201011231121.oANBLC0j051297@gothos.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Force typing the constraint name or the index name
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #266: Unable to backup table when quotation marks used in the name