dbTalk Databases Forums  

[BUGS] BUG #2219: bug in 12000 rows update

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2219: bug in 12000 rows update in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ricardo Solanilla
 
Posts: n/a

Default [BUGS] BUG #2219: bug in 12000 rows update - 01-28-2006 , 09:47 PM







The following bug has been logged online:

Bug reference: 2219
Logged by: Ricardo Solanilla
Email address: abasoft (AT) ciudad (DOT) com.ar
PostgreSQL version: 8.0
Operating system: Windows XP
Description: bug in 12000 rows update
Details:

i has report this bug earlier (ref. 2210) but i've news. The problem
dissapear if i execute the update query with less rows ..
begin transaction;
.... where id > 100 and id <= 1000
commit;

begin transaction;
.... where id > 1001 .. and so
commit;

and i've noted that without begin transaction and commit the group of querys
doesn't work (in pgadmin iii).

the problem is in a specific database, then i only can offer send my
database to anybody who like it, i cannot make a case to show the bug.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.