pg_constraint and constraint triggers

Поиск
Список
Период
Сортировка
От Dave Page
Тема pg_constraint and constraint triggers
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B83AF05A@mail.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: pg_constraint and constraint triggers
Список pgsql-hackers
Hi all,

I couldn't find anything obvious in the archives, but if I dump a
database created in 7.2, then foreign keys are created using CREATE
CONSTRAINT TRIGGER statement. These do not appear to create entries in
pg_constraint in 7.3.x, so as the database is developed further, we end
up with 2 'styles' of fkeys in the catalogues.

This is a pain in pgAdmin III as we we're hoping to use pg_constraint
for simplicity (figuring out the fkeys in 7.2 was always fun :-) ). Is
there any way to get the required entries in the catalog easily, or
should I look at writing some code to generate them (or alternatively,
is there a reason why I shouldn't)?

Regards, Dave.



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: [PERFORM] Foreign key performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_constraint and constraint triggers