strange corruption?

From: John Fabiani <johnf(at)jfcomputer(dot)com>
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: strange corruption?
Date: 2012-12-27 14:27:28
Message-ID: 50DC5AD0.3040507@jfcomputer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gavin Flower 2012-12-27 16:21:33 Re: strange corruption?
Previous Message JORGE MALDONADO 2012-12-24 16:30:14 Help with a select statement design