Re: Deferrable UNIQUE INDEX?

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Deferrable UNIQUE INDEX?
Дата
Msg-id 5BE5F9B3-A085-46AD-8E95-613EDF14C61B@myrealbox.com
обсуждение исходный текст
Ответ на Deferrable UNIQUE INDEX?  (David Fetter <david@fetter.org>)
Список pgsql-hackers
On Jan 3, 2006, at 19:45 , David Fetter wrote:

> Dang!  Everything was going to be kosher at the end of the
> transaction, but I never got a chance.
>
> Is there some way to make the index check INITIALLY DEFERRABLE the way
> a regular column/table constraint could be?

Happy New Year, David!

I've run into this when reorganizing nested-set hierarchies (though  
then it's with integers rather than text). There isn't a way to do  
this directly, as you've found out, but you can use a similar  
workaround. You could prepend a string to the key during the  
permutation, and strip the prefix after permutation is finished.

Not the answer you're looking for, but perhaps you'll be able to use  
this workaround.

Michael Glaesemann
grzm myrealbox com




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

Предыдущее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: Inconsistent syntax in GRANT
Следующее
От: Zach Bagnall
Дата:
Сообщение: Re: Incremental Backup Script