Updating non atomic values

From: Bob Kruger <bkruger(at)mindspring(dot)com>
To: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Updating non atomic values
Date: 1999-06-08 17:27:30
Message-ID: 3.0.5.32.19990608122730.007b4d50@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql


Is there a way to update non atomic values in Postgres?

Example:

update t3 set t3.fld[1] = 0 where t3.fld[1] = 5 ;

The above example bombs every time.

Any hints?

Bob

Browse pgsql-general by date

  From Date Subject
Next Message Valerie Mates 1999-06-08 18:13:32 verifying database integrity?
Previous Message fabian baena 1999-06-08 14:14:59 Compiling libpq

Browse pgsql-sql by date

  From Date Subject
Next Message Michael J Davis 1999-06-08 17:28:11 RE: [SQL] Getting primary key from insert statement
Previous Message Herouth Maoz 1999-06-08 16:40:17 RE: [SQL] Getting primary key from insert statement