Re: [GENERAL] Postgres concurrency : urgent

Поиск
Список
Период
Сортировка
От Marcin Inkielman
Тема Re: [GENERAL] Postgres concurrency : urgent
Дата
Msg-id Pine.LNX.4.04.9911120923570.26188-100000@mi.marnnet
обсуждение исходный текст
Ответ на Re: [GENERAL] Postgres concurrency : urgent  (Vadim Mikheev <vadim@krs.ru>)
Список pgsql-general
On Fri, 12 Nov 1999, Vadim Mikheev wrote:

> > LOCK <<tablename>> IN ACCESS EXCLUSIVE MODE;
>                         ^^^^^^
> This blocks concurrent read access - is it what you really want?
>
I know it is rather restrictive but when applied to a sequence it inhibits
to a unterminated transaction to change sequence current value (with
for example SELECT nextval('seq')) - ROLLBACK doesn't revert
previous sequence curr. value.

(sorry for my English)
************************************

    Marcin Inkielman

************************************
               .~.
               /V\
              // \\
             /(   )\
              ^`~'^

         powered by Linux
               ----

    sibi omino similis?
************************************


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: Postgres concurrency : urgent
Следующее
От: Chairudin Sentosa Harjo
Дата:
Сообщение: Re: [GENERAL] Postgres concurrency : urgent