Re: Legacy foreign keys

Поиск
Список
Период
Сортировка
От Peter Koczan
Тема Re: Legacy foreign keys
Дата
Msg-id 4544e0330802021143n2d38dce8k4ff9ab271aa35c2a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Legacy foreign keys  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Legacy foreign keys
Список pgsql-admin
> Yeah, it's expecting to see a set of three related triggers.  For
> instance, if I do this in a 7.0 database:
> ...
> If your original database doesn't have all three triggers, then you had
> a problem already --- the FK constraint wasn't being enforced properly.

Ah, these were from before I became the main database admin. It was
probably some previous admin or programmer who thought he could be
clever and drop the other FK-related triggers.

> In 8.3, you could look for the pg_trigger entries with zero tgconstraint
> values.  However, prior versions don't have that column; you'd have to
> look instead for entries that aren't linked to a pg_constraint entry
> by a pg_depend entry.

Thanks again, I should have enough info to fix this now.

Peter

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Legacy foreign keys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Legacy foreign keys