Re: strange corruption?

From: msi77 <msi77(at)yandex(dot)ru>
To: "johnf(at)jfcomputer(dot)com" <johnf(at)jfcomputer(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: strange corruption?
Date: 2012-12-28 03:26:56
Message-ID: 2670191356665216@web3g.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,
Maybe you have triggers on the target table.

27.12.2012, 18:28, "John Fabiani" <johnf(at)jfcomputer(dot)com>:
> 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
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Antonio Parrotta 2012-12-28 11:23:06 sql basic question
Previous Message Scott Marlowe 2012-12-27 21:27:05 Re: strange corruption?