Support for invalid foreign keys

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Support for invalid foreign keys
Дата
Msg-id 4D740A70.1020301@lelarge.info
обсуждение исходный текст
Ответы Re: Support for invalid foreign keys  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

This is a new (as in 9.1) feature we have to support in pgAdmin.

From the git log on https://github.com/gleu/pgadmin3/tree/ticket304:

 Add support for invalid foreign key constraints

 This patch adds a checkbox in the dlgForeignKey dialog, so that the
 user can create an "not validated" foreign key. Each foreign key of
 this kind is displayed with the usual icon with a red cross on it. A
 contextual menu allows the user to force the validation of the
 constraint. The user can also do this via the dlgForeignKey dialog.

Patch attached. Comments welcomed :)


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

Вложения

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

Предыдущее
От: Serhat Sevki Dincer
Дата:
Сообщение: Re: pgadmin 1.10.5 crash
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #304: Add support for invalid FK constraints