dbTalk Databases Forums  

[BUGS] BUG #1745: Unable to delete data from the database

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


Discuss [BUGS] BUG #1745: Unable to delete data from the database in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
K.G.Sivaraman
 
Posts: n/a

Default [BUGS] BUG #1745: Unable to delete data from the database - 07-01-2005 , 09:35 AM







The following bug has been logged online:

Bug reference: 1745
Logged by: K.G.Sivaraman
Email address: ksivaram (AT) ssd (DOT) usa.alcatel.com
PostgreSQL version: 8.0
Operating system: Solaris
Description: Unable to delete data from the database
Details:

When try to delete the existing name in the database (having ID and Name as
the table parameters and both are indexed), it returns success.
But when queried again, then the deleted name appeared.
When we analysed the problem, the basic delete
command itself not working.
Normally DELETE command will return the number of records deleted (ex)
DELETE 1 for 1 record.
But now, it returns DELETE 0, even though the
record is there and it is not got deleted.

The error in the log file is as follows :

ERROR : xlog flush request 0/D17B00 is not satisfied --- flushed only to
0/C31ED0
CONTEXT : writing block 0 of relation 17231/17232/17249
WARNING : could not write block 0 of 17231/17232/17249
DETAIL : Multiple failures --- write error may be
permanent.

But when I add a new record, it is getting added and
I am able to delete the newly added record.

Why this error coming ?. Can some one can help ?.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

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.