Re: strange corruption? - Mailing list pgsql-sql

From Gavin Flower
Subject Re: strange corruption?
Date
Msg-id 50DC758D.9010309@archidevsys.co.nz
Whole thread
In response to strange corruption?  (John Fabiani <johnf@jfcomputer.com>)
List pgsql-sql
On 28/12/12 03:27, John Fabiani wrote:
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


It might help if you give the table definition.

Definitely important: is the exact version of PostgreSQL used, and the operating system.


Cheers,
Gavin

pgsql-sql by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: strange corruption?
Next
From: Gavin Flower
Date:
Subject: Re: strange corruption?