Re: Can this be done?

Поиск
Список
Период
Сортировка
От Ashley Clark
Тема Re: Can this be done?
Дата
Msg-id 20001114234900.A5890@ghoti.org
обсуждение исходный текст
Ответ на Re: Can this be done?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
* Tom Lane in "Re: [GENERAL] Can this be done?" dated 2000/11/15 00:42
* wrote:

> Ashley Clark <aclark@ghoti.org> writes:
> > Can I defer constraint checking on unique indexes?
>
> No, not at present.  Consider restructuring your UPDATE into
> sequential steps so that the intermediate states can't cause index
> failures.  Or just don't make the index unique...

Ok, I can live with that. Is this something that's planned for in the
future?

--
shaky recall

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can this be done?
Следующее
От: Christopher Farley
Дата:
Сообщение: FOREIGN KEY DEFERRABLE