strange corruption? - Mailing list pgsql-sql

From John Fabiani
Subject strange corruption?
Date
Msg-id 50DC5AD0.3040507@jfcomputer.com
Whole thread Raw
Responses Re: strange corruption?
Re: strange corruption?
Re: strange corruption?
List pgsql-sql
Hi,
I have the following statement in a function.
    UPDATE orderseq    SET orderseq_number = (orderseq_number + 1)    WHERE (orderseq_name='InvcNumber');

All it does is update a single record by incrementing a value (int).

But it never completes.  This has to be some sort of bug.  Anyone have a 
thought what would cause this to occur.  To my knowledge it was working 
and does work in other databases.

Johnf



pgsql-sql by date:

Previous
From: Wes James
Date:
Subject: Re: deciding on one of multiple results returned
Next
From: Scott Marlowe
Date:
Subject: Re: strange corruption?