Update & Lack of Error Message

From: <operationsengineer1(at)yahoo(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Update & Lack of Error Message
Date: 2006-01-26 22:22:37
Message-ID: 20060126222237.91496.qmail@web33303.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

i set up an update statement to update a unit's status
from incomplete to completed.

however, pgsql doesn't kick out an error message when
i try to update something that doesn't exist.

eg, serial number 21 doesn't exist in my table. when
i "update" serial number 21, it goes through the
motions as though it updated something, but it
actually did nothing to the table data.

is this expected behavior?

i'm using pgsql 8.1 on winxp.

i'm thinking about running a select to check the
existence of the serial number before running the
update. that way, i can check that the serial 1.
exists and 2. hasn't already been updated and, based
on the result, kick out a message to the user as
appropriate.

tia...

tia...

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2006-01-26 22:53:41 Re: Update & Lack of Error Message
Previous Message Rob 2006-01-26 18:25:14 Charting postgres schemas and table data into Kivio