Re: strange corruption?

Поиск
Список
Период
Сортировка
От msi77
Тема Re: strange corruption?
Дата
Msg-id 2670191356665216@web3g.yandex.ru
обсуждение исходный текст
Ответ на strange corruption?  (John Fabiani <johnf@jfcomputer.com>)
Список pgsql-sql
Hi,
Maybe you have triggers on the target table.

27.12.2012, 18:28, "John Fabiani" <johnf@jfcomputer.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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql



В списке pgsql-sql по дате отправления:

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: strange corruption?
Следующее
От: Antonio Parrotta
Дата:
Сообщение: sql basic question