strange corruption?

Поиск
Список
Период
Сортировка
От John Fabiani
Тема strange corruption?
Дата
Msg-id 50DC5AD0.3040507@jfcomputer.com
обсуждение исходный текст
Ответы Re: strange corruption?  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: strange corruption?  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Re: strange corruption?  (msi77 <msi77@yandex.ru>)
Список 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



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

Предыдущее
От: Wes James
Дата:
Сообщение: Re: deciding on one of multiple results returned
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: strange corruption?