Seeing uncommitted transactions

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Seeing uncommitted transactions
Дата
Msg-id 20040628203333.GA6789@gp.word-to-the-wise.com
обсуждение исходный текст
Ответы Re: Seeing uncommitted transactions  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Seeing uncommitted transactions  ("Carl E. McMillin" <carlymac@earthlink.net>)
Список pgsql-general
Is there any way to look at the database as though you were inside another
sessions transaction?

I've had two cases recently where this would have been somewhat useful. In one,
a select into query ran for several hours and it would have been nice to
see that it was running correctly. In the other an application threw a
spurious BEGIN into the stream of operations, meaning that changes made
weren't visible to the rest of the world until it started another transaction
(which was ignored) and then committed it.

Cheers,
  Steve

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Group by - Case insensitivity
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: ERROR: tables can have at most 1600 columns