Seeing uncommitted transactions - Mailing list pgsql-general

From Steve Atkins
Subject Seeing uncommitted transactions
Date
Msg-id 20040628203333.GA6789@gp.word-to-the-wise.com
Whole thread Raw
Responses Re: Seeing uncommitted transactions  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Seeing uncommitted transactions  ("Carl E. McMillin" <carlymac@earthlink.net>)
List 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 by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Group by - Case insensitivity
Next
From: Jaime Casanova
Date:
Subject: Re: ERROR: tables can have at most 1600 columns