Re: Concurrent transaction problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Concurrent transaction problem
Дата
Msg-id 19665.977021736@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Concurrent transaction problem  ("Ing. Michael Petroni" <mpetroni@yahoo.com>)
Ответы Re: Concurrent transaction problem  ("Ing. Michael Petroni" <mpetroni@yahoo.com>)
Список pgsql-general
"Ing. Michael Petroni" <mpetroni@yahoo.com> writes:
> tr_master=# begin;
> BEGIN
> tr_master=# set transaction isolation level serializable;
> SET VARIABLE
> tr_master=# select * from seq;
> NOTICE:  current transaction is aborted, queries ignored until end of
> transaction block
> *ABORT STATE*
> tr_master=#

I can't reproduce this.  It seems something is fairly broken with your
installation.  Did you compile the source yourself (if so with what
compiler and what configuration options?), or use an RPM (if so,
from where?)

            regards, tom lane

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

Предыдущее
От: "Ing. Michael Petroni"
Дата:
Сообщение: Concurrent transaction problem
Следующее
От: "Ing. Michael Petroni"
Дата:
Сообщение: Re: Concurrent transaction problem