Unix Technical Forum

Re: BUG #2393: update fails with unique constraint violation

This is a discussion on Re: BUG #2393: update fails with unique constraint violation within the pgsql Bugs forums, part of the PostgreSQL category; --> You may want to suggest to the devs to extend the "UPDATE" syntax with "ORDER BY"? such that: update ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Bugs

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 11:00 AM
Vlad ROMASCANU
 
Posts: n/a
Default Re: BUG #2393: update fails with unique constraint violation

You may want to suggest to the devs to extend the "UPDATE" syntax with
"ORDER BY"? such that:

update rumple.directory
set right_visit_id = right_visit_id + 2
where right_visit_id >= parent_right
ORDER BY right_visit_id DESC;

....would work by enforcing a certain update order. And index scan is
performed anyway because of the 'where' clause, might as well do it in
order.

MySQL does it like that AFAIK.

V.


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:28 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com