Re: PATCH: Ticket#96: Deferrable unique & primary constraints

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PATCH: Ticket#96: Deferrable unique & primary constraints
Дата
Msg-id q2s937d27e11004230613uf62d7e67p55842101fdb16bae@mail.gmail.com
обсуждение исходный текст
Ответ на PATCH: Ticket#96: Deferrable unique & primary constraints  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Ответы Re: PATCH: Ticket#96: Deferrable unique & primary constraints  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
On Fri, Apr 23, 2010 at 1:07 PM, Ashesh Vashi
<ashesh.vashi@enterprisedb.com> wrote:
> Hi,
> Please find the attached patch for the DEFERRABLE / INITIALLY DEFERRED
> keywords for the unique and primary key constraints.

Hi,

These constraints are implemented using triggers it seems. We need to
filter them out of the reverse engineered SQL and not include them in
the treeview (as we do for Foreign Key triggers).

I was expecting to just apply that one too :-(

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Ticket 3: groups of servers
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Ticket#96: Deferrable unique & primary constraints