Re: Guarenteeing complex referencial integrity through custom triggers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Guarenteeing complex referencial integrity through custom triggers
Дата
Msg-id 3735.1174931520@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Guarenteeing complex referencial integrity through custom triggers  ("Joris Dobbelsteen" <Joris@familiedobbelsteen.nl>)
Список pgsql-hackers
"Joris Dobbelsteen" <Joris@familiedobbelsteen.nl> writes:
> My intention is to expose the functionality to the outside world for
> general use. This provides means to ensure custom complex constraints
> can be enforced properly. I hope to push it into 8.3 if possible.

You are at least a month too late for 8.3, even if you had a solid
design now, which you clearly don't.  Nor am I convinced that we really
want/need to support what you are talking about at the SQL level.  To me,
the crosscheck stuff in the RI support is an extremely dirty hack that
might or might not be 100% correct.  Exposing it to the SQL level,
and thereby committing to support it forever, seems the height of folly.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_index updates and SI invalidation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tsearch_core for inclusion