BUG #3874: Error updating database columns of type REAL

From: "Mikey" <michael(dot)lombardi2(at)sikorsky(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3874: Error updating database columns of type REAL
Date: 2008-01-14 15:27:33
Message-ID: 200801141527.m0EFRXqV027991@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3874
Logged by: Mikey
Email address: michael(dot)lombardi2(at)sikorsky(dot)com
PostgreSQL version: 8.2.506
Operating system: Windows XP
Description: Error updating database columns of type REAL
Details:

This bug occurs sporadically when attempting to update columns in a
postgresql database that are of type REAL using the NetBeans IDE and their
data providers.

The actual error is:
SyncResolver.UPDATE_ROW_CONFLICT row 0 attempt to update a row that has
been updated or deleted by another user.

This happens in the NetBeans IDE using their supplied dataprovider. Columns
of type TEXT are OK, and integers are OK. It is only the columns of type
REAL that have this problem.

Browse pgsql-bugs by date

  From Date Subject
Next Message Sokolov Yura 2008-01-15 11:28:37 Re: BUG #3860: xpath crashes backend when is querying xmlagg result
Previous Message Dave Page 2008-01-14 13:48:58 Re: BUG #3873: Install error - could not load pljava.dll