Re: UPDATE has a bug to update tables with an index of 2 columns
От | Ian Barwick |
---|---|
Тема | Re: UPDATE has a bug to update tables with an index of 2 columns |
Дата | |
Msg-id | 200305170057.35535.barwick@gmx.net обсуждение исходный текст |
Ответ на | UPDATE has a bug to update tables with an index of 2 columns (Andreas Schmitz <andreas.schmitz@as-dataservice.de>) |
Ответы |
Re: UPDATE has a bug to update tables with an index of 2 columns
Re: UPDATE has a bug to update tables with an index of 2 |
Список | pgsql-bugs |
On Friday 16 May 2003 21:46, Andreas Schmitz wrote: > Please enter a FULL description of your problem: > ------------------------------------------------ > > Short: UPDATE has a bug to update tables with an index of 2 columns (...) > update test2 set v2=3Dv2+2; > ERROR: Duplizierter Wert kann nicht in =BBUnique=AB-Index uq_test > eingef=FCgt werden -> "Cannot insert a duplicate key into unique index uq_test" I would contend this is not a bug but a feature (or at most not-yet-implemented functionality, i.e. no ability to defer constraints other than foreign keys). A possible workaround would be to create a trigger which enforces the constraint. Ian Barwick barwick@gmx.net
В списке pgsql-bugs по дате отправления: