Seeing uncommitted transactions

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Seeing uncommitted transactions
Date: 2004-06-28 20:33:33
Message-ID: 20040628203333.GA6789@gp.word-to-the-wise.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2004-06-28 20:37:07 Re: ERROR: tables can have at most 1600 columns
Previous Message Scott Marlowe 2004-06-28 19:22:43 Re: Group by - Case insensitivity