Update & Lack of Error Message - Mailing list pgsql-novice

From
Subject Update & Lack of Error Message
Date
Msg-id 20060126222237.91496.qmail@web33303.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Update & Lack of Error Message  (Michael Fuhr <mike@fuhr.org>)
List 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

pgsql-novice by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: block transactions in stored procedures
Next
From: Michael Fuhr
Date:
Subject: Re: Update & Lack of Error Message