Re: Triggers?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Triggers?
Дата
Msg-id 937d27e10801311237o39db422apde903ee1fedd6a5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Triggers?  (Raymond O'Donnell <rod@iol.ie>)
Список pgadmin-support
On Jan 31, 2008 8:21 PM, Raymond O'Donnell <rod@iol.ie> wrote:

> However, what puzzled me is why the triggers appear in psql and
> PHPPgAdmin but not in PgAdmin (they don't show up as foreign keys under
> the "Constraints" node either).

pgAdmin will hide RI constraint triggers, but it detects foreign keys
based on the dependency information (which you use adddepends to add
to an old DB) and the triggers. Older versions of pgAdmin (ie. pgAdmin
I & II), and presumably phpPgAdmin recognise the foreign keys from the
triggers used and ignore the dependency information. In theory that
can mean misidentifying triggers as RI constraints, though in reality
that's pretty unlikely.

/D


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

Предыдущее
От: "Thomas H."
Дата:
Сообщение: Re: bug: the schema oid can't be located, please refresh all schemas
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: Not a nit-pick problem