Alter table add foreign key

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Alter table add foreign key
Дата
Msg-id 20020815084242.J86647-100000@megazone23.bigpanda.com
обсуждение исходный текст
Список pgsql-hackers
I'm planning on trying out a version
of the check done for foreign keys that does
a query on the fktable with a NOT EXISTS
subselect rather than the current run the
trigger for each row (thus doing one query
per row of the table). I want to see if this
tends to be faster than what we're doing now
and want to make sure noone has any general
objections to doing it this way (before
bothering to do it and timings).




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Companies involved in development
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Open 7.3 items