Multiple selections delete bug

From: "Virgil Frum" <virgil(at)netappi(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: Multiple selections delete bug
Date: 2004-10-05 11:37:20
Message-ID: 001501c4aacf$acd8ad50$310210ac@virgil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Platform: Windows 2000(build 2195: Service Pack 4)
Language: english
Distribution: binary
Version: 1.2.0 Post Beta1 (Sept 17 2004)

When multiple rows are selected (in Edit Data window) from bottom to top and
Delete button is pressed then either the program crashes or wrong rows are
deleted.

Example: if table has 20 rows and 10, 9, 8, 7, 6 rows are selected (in this
order), on delete, 10, 8, 6, 12, 14 rows are deleted, same number of rows
but not those selected. If selection is made on last rows, program crashes
and in postgres logs I found:

Oct 5 12:01:57 linux postgres[19624]: [11-1] LOG: could not receive data
from client: Connection reset by peer
Oct 5 12:01:57 linux postgres[19475]: [11-1] LOG: could not receive data
from client: Connection reset by peer
Oct 5 12:01:57 linux postgres[19476]: [55-1] LOG: could not receive data
from client: Connection reset by peer
Oct 5 12:01:57 linux postgres[19624]: [12-1] LOG: unexpected EOF on client
connection
Oct 5 12:01:57 linux postgres[19476]: [56-1] LOG: unexpected EOF on client
connection
Oct 5 12:01:57 linux postgres[19475]: [12-1] LOG: unexpected EOF on client
connection

Browse pgadmin-support by date

  From Date Subject
Next Message teknokrat 2004-10-05 12:05:28 Cannot add non-null columns
Previous Message Raphaël Enrici 2004-10-04 20:35:04 Debian packages for pgAdmin III v1.2.0 Beta2 released