Support for constraint trigger (8.2 feature)

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

Here is a patch that adds support for the constraint trigger, a feature
available since 8.2.

This patch adds a Constraint checkbox and the deferrable and deferred
checkboxes. Note that the "FROM referenced_table_name" clause is not
implemented as it "is not recommended for general use" according to the
manual.

I'm not sure the design is really good as I had to increase the dialog's
height quite a lot. It would probably be a good idea to add a new tab
and push some controls over there.

Comments?


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

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Dirty hack to avoid having png2c link with libpq.
Следующее
От: Dave Page
Дата:
Сообщение: pgAgent commit: Update version number to reflect recent changes, as wel