Re: strange corruption?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: johnf(at)jfcomputer(dot)com
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: strange corruption?
Date: 2012-12-27 21:27:05
Message-ID: CAOR=d=1vAcjKW2S8NVLAuRQjP6b2RhM4t5xXRr0DdKkdnCdgdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Dec 27, 2012 at 7:27 AM, John Fabiani <johnf(at)jfcomputer(dot)com> 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.

There are many reasons this may or may not be working. Can you create
a self-contained test case that reproduces this issue?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message msi77 2012-12-28 03:26:56 Re: strange corruption?
Previous Message Gavin Flower 2012-12-27 20:20:25 Re: strange corruption?